PropertyInformationCollection.Item[String] Propriedade

Definição

Obtém o objeto PropertyInformation na coleção com base no nome da propriedade especificada.

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

O nome do atributo de configuração contido no objeto PropertyInformationCollection.

Valor da propriedade

Um objeto PropertyInformation.

Aplica-se a