MessageQueryTable<TItem>.Values Właściwość

Definicja

Pobiera kolekcję wartości wyników zawartych w tabeli.

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)

Wartość właściwości

ICollection<TItem>

ICollection<T>

Wszystkie wartości wyników zawarte w tabeli.

Implementuje

Dotyczy