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 对象。

适用于