ParameterElement.Index Eigenschap

Definitie

Hiermee haalt u de positie van het algemene bekende type op of stelt u deze in.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 property int Index { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("index", DefaultValue=0)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int Index { get; set; }
[<System.Configuration.ConfigurationProperty("index", DefaultValue=0)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.Index : int with get, set
Public Property Index As Integer

Waarde van eigenschap

De positie van de parameter in het opgegeven algemene gedeclareerde type.

Kenmerken

Van toepassing op