共用方式為


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

適用於

另請參閱