PropertyInformationCollection.Item[String] Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.