다음을 통해 공유


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

해당 데이터 개체와 관련된 키입니다.

속성 값

구현 채널에 대한 지정된 데이터 개체입니다.

구현

특성

적용 대상