PropertyInformationCollection.Item[String] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據指定之屬性名稱取得集合中的 PropertyInformation 物件。
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
參數
- propertyName
- String
包含在 PropertyInformationCollection 物件中的組態屬性名稱。