PropertyInformationCollection.Item[String] Proprietà

Definizione

Ottiene l'oggetto PropertyInformation dell'insieme, in base al nome di proprietà specificato.

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

Parametri

propertyName
String

Nome dell'attributo di configurazione contenuto nell'oggetto PropertyInformationCollection.

Valore della proprietà

Un oggetto PropertyInformation.

Si applica a