SchemeSettingElementCollection.Item[] Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Uzyskuje dostęp do wystąpienia SchemeSettingElementCollection klasy.
Przeciążenia
Item[Int32] |
Pobiera element w określonym indeksie w kolekcji SchemeSettingElementCollection . |
Item[String] |
Pobiera element z kolekcji SchemeSettingElementCollection . |
Item[Int32]
Pobiera element w określonym indeksie w kolekcji 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
Parametry
- index
- Int32
Indeks do SchemeSettingElement zwrócenia.
Wartość właściwości
Określony SchemeSettingElementelement .
Wyjątki
Parametr index
jest mniejszy niż zero.
-lub-
Element określony przez parametr jest null
lub został usunięty.
Uwagi
Item[] Użyj właściwości , aby pobrać lub ustawić określony SchemeSettingElement obiekt zawarty w tej SchemeSettingElementCollection klasie.
Zobacz też
Dotyczy
Item[String]
Pobiera element z kolekcji 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
Parametry
- name
- String
Odwołanie do ciągu do SchemeSettingElement obiektu w kolekcji.
Wartość właściwości
SchemeSettingElement Obiekt znajdujący się w kolekcji.
Uwagi
Wartość zwracana jest null
wtedy, gdy nie można odnaleźć elementu lub został usunięty.