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

Definicja

PropertyInformation Pobiera obiekt w kolekcji na podstawie określonej nazwy właściwości.

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

Parametry

propertyName
String

Nazwa atrybutu konfiguracji zawartego PropertyInformationCollection w obiekcie .

Wartość właściwości

Obiekt PropertyInformation.

Dotyczy