PropertyInformationCollection.Item[String] Propiedad

Definición

Obtiene el objeto PropertyInformation de la colección, basándose en el nombre de propiedad especificado.

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

Parámetros

propertyName
String

Nombre del atributo de configuración contenido en el objeto PropertyInformationCollection.

Valor de propiedad

Un objeto PropertyInformation.

Se aplica a