BaseChannelObjectWithProperties.Keys プロパティ

定義

派生クラスでオーバーライドされるときに、チャネル オブジェクトのプロパティに関連付けられているキーの ICollection を取得します。

public:
 virtual property System::Collections::ICollection ^ Keys { System::Collections::ICollection ^ get(); };
public virtual System.Collections.ICollection Keys { get; }
member this.Keys : System.Collections.ICollection
Public Overridable ReadOnly Property Keys As ICollection

プロパティ値

チャネル オブジェクトのプロパティに関連付けられているキーの ICollection

実装

注意 (継承者)

派生チャネル シンクを機能させるために、このプロパティを実装する必要があります。

適用対象