PropertyInformationCollection.Item[String] Vlastnost

Definice

PropertyInformation Získá objekt v kolekci na základě zadaného názvu vlastnosti.

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

Název atributu konfigurace obsaženého v objektu PropertyInformationCollection .

Hodnota vlastnosti

Objekt PropertyInformation .

Platí pro