次の方法で共有


TypeElement.Index プロパティ

定義

要素の位置を取得または設定します。

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

プロパティ値

要素の位置。

属性

適用対象