次の方法で共有


TrackingConfigurationCollection<TConfigurationElement>.Item[Int32] プロパティ

定義

指定したインデックスの要素を取得します。

public:
 property TConfigurationElement default[int] { TConfigurationElement get(int index); void set(int index, TConfigurationElement value); };
public TConfigurationElement this[int index] { get; set; }
member this.Item(int) : 'ConfigurationElement with get, set
Default Public Property Item(index As Integer) As TConfigurationElement

パラメーター

index
Int32

取得する要素のインデックス。

プロパティ値

TConfigurationElement

指定したインデックス位置にある要素。

適用対象