ChannelDataStore.Item[Object] 属性
定义
获取或设置与实现信道的指定键关联的数据对象。Gets or sets the data object that is associated with the specified key for the implementing channel.
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; }
[get: System.Security.SecurityCritical]
[set: System.Security.SecurityCritical]
public object this[object key] { get; 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
数据对象所关联的键。The key that the data object is associated with.
属性值
实现信道的指定数据对象。The specified data object for the implementing channel.
实现
- 属性