次の方法で共有


AdapterDictionary.Item[String] プロパティ

定義

構成システムによって実行時に内部的に使用され、指定したアダプター名を取得または設定します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 property System::String ^ default[System::String ^] { System::String ^ get(System::String ^ key); void set(System::String ^ key, System::String ^ value); };
public string this[string key] { get; set; }
member this.Item(string) : string with get, set
Default Public Property Item(key As String) As String

パラメーター

key
String

指定したアダプターのキー。

プロパティ値

String

指定したアダプターの名前。

適用対象