TypeElementCollection.Item[] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定集合中的項目。
多載
Item[Int32] |
取得或設定位在集合中指定索引處的項目。 |
Item[Object] |
取得或設定在集合中具有指定索引鍵的 TypeElement。 |
Item[Int32]
取得或設定位在集合中指定索引處的項目。
public:
property System::Web::Services::Configuration::TypeElement ^ default[int] { System::Web::Services::Configuration::TypeElement ^ get(int index); void set(int index, System::Web::Services::Configuration::TypeElement ^ value); };
public System.Web.Services.Configuration.TypeElement this[int index] { get; set; }
member this.Item(int) : System.Web.Services.Configuration.TypeElement with get, set
Default Public Property Item(index As Integer) As TypeElement
參數
- index
- Int32
集合中之以零起始的索引。
屬性值
在指定索引處的 TypeElement。
適用於
Item[Object]
取得或設定在集合中具有指定索引鍵的 TypeElement。
public:
property System::Web::Services::Configuration::TypeElement ^ default[System::Object ^] { System::Web::Services::Configuration::TypeElement ^ get(System::Object ^ key); void set(System::Object ^ key, System::Web::Services::Configuration::TypeElement ^ value); };
public System.Web.Services.Configuration.TypeElement this[object key] { get; set; }
member this.Item(obj) : System.Web.Services.Configuration.TypeElement with get, set
Default Public Property Item(key As Object) As TypeElement
參數
- key
- Object
要在集合中取得或設定的 TypeElement 之索引鍵。
屬性值
具有指定金鑰的 TypeElement。
例外狀況
在集合中找不到具有指定索引鍵的 TypeElement。