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 对象中包含的配置特性的名称。