Partager via


PropertyInformationCollection.Item[String] Propriété

Définition

Obtient l'objet PropertyInformation de la collection, à partir du nom de propriété spécifié.

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

Paramètres

propertyName
String

Nom de l’attribut de configuration contenu dans l’objet PropertyInformationCollection.

Valeur de propriété

Objet PropertyInformation.

S’applique à