In This Article

ImageIndexAttribute Class

Specifies the priority that a property has when performing self-describing reflection.

[AttributeUsage(AttributeTargets.Property, Inherited = true)]
[Browsable(false)]
public class ImageIndexAttribute : Attribute
Inheritance:
object Attribute object

Constructors

ImageIndexAttribute()

Initializes an instance of the class.

public ImageIndexAttribute()

ImageIndexAttribute(object?)

Specifies the priority that a property has when performing self-describing reflection.

public ImageIndexAttribute(object? context)
Parameter Type Description
context object

An object that provides context information.

Properties

Context

The object that provides context information.

public object? Context { get; set; }

Property Value

object

Inherited Members

Extension Methods