ConfigurationProvider.Data 屬性

定義

此提供者的組態索引碼值組。

protected:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Data { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ value); };
protected System.Collections.Generic.IDictionary<string,string> Data { get; set; }
protected System.Collections.Generic.IDictionary<string,string?> Data { get; set; }
member this.Data : System.Collections.Generic.IDictionary<string, string> with get, set
Protected Property Data As IDictionary(Of String, String)

屬性值

適用於