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

PropertyInformation オブジェクト。

適用対象