MessageQueryTable<TItem>.Values Vlastnost

Definice

Získá kolekci výsledných hodnot obsažených v tabulce.

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)

Hodnota vlastnosti

ICollection<TItem>

ICollection<T>

Všechny výsledné hodnoty obsažené v tabulce.

Implementuje

Platí pro