SchemeSettingElementCollection.Item[] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
存取 SchemeSettingElementCollection 類別的執行個體。
多載
Item[Int32] |
取得 SchemeSettingElementCollection 中位於指定索引處的項目。 |
Item[String] |
從 SchemeSettingElementCollection 集合中取得項目。 |
Item[Int32]
取得 SchemeSettingElementCollection 中位於指定索引處的項目。
public:
property System::Configuration::SchemeSettingElement ^ default[int] { System::Configuration::SchemeSettingElement ^ get(int index); };
public System.Configuration.SchemeSettingElement this[int index] { get; }
member this.Item(int) : System.Configuration.SchemeSettingElement
Default Public ReadOnly Property Item(index As Integer) As SchemeSettingElement
參數
- index
- Int32
要傳回之 SchemeSettingElement 的索引。
屬性值
指定的 SchemeSettingElement。
例外狀況
備註
Item[]使用屬性來取得或設定包含在這個SchemeSettingElementCollection類別中的指定SchemeSettingElement物件。
另請參閱
適用於
Item[String]
從 SchemeSettingElementCollection 集合中取得項目。
public:
property System::Configuration::SchemeSettingElement ^ default[System::String ^] { System::Configuration::SchemeSettingElement ^ get(System::String ^ name); };
public System.Configuration.SchemeSettingElement this[string name] { get; }
member this.Item(string) : System.Configuration.SchemeSettingElement
Default Public ReadOnly Property Item(name As String) As SchemeSettingElement
參數
- name
- String
集合中 SchemeSettingElement 物件的字串參考。
屬性值
包含在集合中的 SchemeSettingElement 物件。
備註
如果找不到或已移除專案,則傳回值為 null
。