इसके माध्यम से साझा किया गया


StorageProviderKnownFolderSyncRequestArgs.KnownFolders Property

Definition

A list of IDs of the known folders that are being synced.

public:
 property IVectorView<Platform::Guid> ^ KnownFolders { IVectorView<Platform::Guid> ^ get(); };
IVectorView<winrt::guid> KnownFolders();
public IReadOnlyList<Guid> KnownFolders { get; }
var iVectorView = storageProviderKnownFolderSyncRequestArgs.knownFolders;
Public ReadOnly Property KnownFolders As IReadOnlyList(Of Guid)

Property Value

IVectorView<Guid>

IReadOnlyList<Guid>

IVectorView<Platform::Guid>

IVectorView<winrt::guid>

Gets a list of IDs of the known folders.

Applies to

See also