PropertyInformationCollection.Item[String] 属性
定义
根据指定的属性名,获取集合中的 PropertyInformation 对象。Gets the PropertyInformation object in the collection, based on the specified property name.
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 对象中包含的配置特性的名称。The name of the configuration attribute contained in the PropertyInformationCollection object.
属性值
PropertyInformation 对象。A PropertyInformation object.