MessageQueryTable<TItem>.Values プロパティ

定義

テーブルに格納されている結果値のコレクションを取得します。

public:
 property System::Collections::Generic::ICollection<TItem> ^ Values { System::Collections::Generic::ICollection<TItem> ^ get(); };
public System.Collections.Generic.ICollection<TItem> Values { get; }
member this.Values : System.Collections.Generic.ICollection<'Item>
Public ReadOnly Property Values As ICollection(Of TItem)

プロパティ値

ICollection<TItem>

ICollection<T>

テーブルに格納されているすべての結果値。

実装

適用対象