共用方式為


ChannelDataStore.Item[Object] 屬性

定義

取得或設定與實作通道之指定索引鍵相關聯的資料物件。

public:
 property System::Object ^ default[System::Object ^] { System::Object ^ get(System::Object ^ key); void set(System::Object ^ key, System::Object ^ value); };
public object this[object key] { get; set; }
public object this[object key] { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
member this.Item(obj) : obj with get, set
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.Item(obj) : obj with get, set
Default Public Property Item(key As Object) As Object

參數

key
Object

與資料物件相關聯的索引鍵。

屬性值

實作通道的指定的資料物件。

實作

屬性

適用於