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

指定索引处的元素。

适用于