Sdílet prostřednictvím


KeyValueConfigurationCollection.Item[String] Vlastnost

Definice

KeyValueConfigurationElement Získá objekt na základě zadaného parametru.

public:
 property System::Configuration::KeyValueConfigurationElement ^ default[System::String ^] { System::Configuration::KeyValueConfigurationElement ^ get(System::String ^ key); };
public System.Configuration.KeyValueConfigurationElement this[string key] { get; }
member this.Item(string) : System.Configuration.KeyValueConfigurationElement
Default Public ReadOnly Property Item(key As String) As KeyValueConfigurationElement

Parametry

key
String

Klíč souboru obsaženého KeyValueConfigurationElement v kolekci.

Hodnota vlastnosti

Konfigurační prvek nebo null pokud klíč v kolekci neexistuje.

Poznámky

Item[] Pomocí vlastnosti získejte KeyValueConfigurationElement objekt v kolekci na základě parametrukey.

Platí pro