HubCallerContext.Items 屬性

定義

取得索引鍵/值集合,可用來共用此連接範圍內的資料。

public:
 abstract property System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ Items { System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ get(); };
public abstract System.Collections.Generic.IDictionary<object,object> Items { get; }
public abstract System.Collections.Generic.IDictionary<object,object?> Items { get; }
member this.Items : System.Collections.Generic.IDictionary<obj, obj>
Public MustOverride ReadOnly Property Items As IDictionary(Of Object, Object)

屬性值

適用於