共用方式為


PropertyInformationCollection.Item[String] 屬性

定義

根據指定之屬性名稱取得集合中的 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 物件中的組態屬性名稱。

屬性值

PropertyInformation 物件。

適用於