QueryOptions.GroupPropertyName Proprietà

Definizione

Ottiene il nome della proprietà utilizzata per raggruppare i risultati della query se l'oggetto QueryOptions è stato creato utilizzando CommonFolderQuery. Se ad esempio viene utilizzato CommonFolderQuery.GroupByYear per creare un oggetto QueryOptions , il valore di questa proprietà è System.ItemDate.

public:
 property Platform::String ^ GroupPropertyName { Platform::String ^ get(); };
winrt::hstring GroupPropertyName();
public string GroupPropertyName { get; }
var string = queryOptions.groupPropertyName;
Public ReadOnly Property GroupPropertyName As String

Valore della proprietà

String

Platform::String

winrt::hstring

Proprietà utilizzata per raggruppare i file e specificata dall'enumerazione CommonFolderQuery .

Si applica a

Vedi anche