PropertyInformationCollection.Item[String] Eigenschaft

Definition

Ruft das PropertyInformation Objekt in der Auflistung basierend auf dem angegebenen Eigenschaftennamen 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 Konfigurationsattributes, das PropertyInformationCollection im Objekt enthalten ist.

Eigenschaftswert

Ein PropertyInformation-Objekt.

Gilt für: