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 a new instance of the ImageIndexAttribute class.

public ImageIndexAttribute()

ImageIndexAttribute(object)

Initializes a new instance of the ImageIndexAttribute class.

public ImageIndexAttribute(object context)
Parameter Type Description
context object

An object that provides context information.

Properties

Context

Gets or sets the object that provides context information.

public object Context { get; set; }

Property Value

object:

The object that provides context information.

Inherited Members