Share via


ProviderCollection.Item[String] 屬性

定義

取得具有指定之名稱的提供者。

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

參數

name
String

用來識別提供者的索引鍵。

屬性值

具有指定之名稱的提供者。

適用於