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

指定之配置器的名稱。

適用於