Aracılığıyla paylaş


PropertyInformationCollection.Item[String] Özellik

Tanım

PropertyInformation Belirtilen özellik adına göre koleksiyondaki nesnesini alır.

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

Parametreler

propertyName
String

nesnesinde bulunan yapılandırma özniteliğinin PropertyInformationCollection adı.

Özellik Değeri

Bir PropertyInformation nesnesi.

Şunlara uygulanır