PropertyInformationCollection.Item[String] Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.