ConfigurationPropertyCollection.Item[String] Właściwość

Definicja

Pobiera element kolekcji o określonej nazwie.

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

Parametry

name
String

Element do powrotu ConfigurationProperty .

Wartość właściwości

Element ConfigurationProperty z określonym nameelementem .

Przykłady

W poniższym przykładzie pokazano, jak używać Count właściwości .

Dotyczy

Zobacz też