BaseChannelObjectWithProperties.Values プロパティ

定義

チャネル オブジェクトに関連付けられているプロパティの値の ICollection を取得します。

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

プロパティ値

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

実装

適用対象