ConfigurationPropertyCollection.Item[String] 属性

定义

获取具有指定名称的集合项。

public:
 property System::Configuration::ConfigurationProperty ^ default[System::String ^] { System::Configuration::ConfigurationProperty ^ get(System::String ^ name); };
public System.Configuration.ConfigurationProperty this[string name] { get; }
member this.Item(string) : System.Configuration.ConfigurationProperty
Default Public ReadOnly Property Item(name As String) As ConfigurationProperty

参数

name
String

要返回的 ConfigurationProperty

属性值

具有指定 ConfigurationPropertyname

示例

下面的示例演示如何使用 Count 属性。

适用于

另请参阅