ProtectedConfigurationProviderCollection.Item[String] 属性

定义

获取集合中具有指定名称的 ProtectedConfigurationProvider 对象。

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

参数

name
String

集合中 ProtectedConfigurationProvider 对象的名称。

属性值

具有指定名称的 ProtectedConfigurationProvider 对象,如果不存在具有该名称的对象,则为 null

适用于

另请参阅