PropertyInformationCollection.Item[String] Eigenschaft

Definition

Ruft das PropertyInformation-Objekt in der Auflistung auf Grundlage des angegebenen Eigenschaftennamens ab.

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

Parameter

propertyName
String

Der Name des Konfigurationsattributs, das im PropertyInformationCollection-Objekt enthalten ist.

Eigenschaftswert

Ein PropertyInformation-Objekt.

Gilt für: