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


StorageProviderKnownFolderSyncRequestArgs.Source Property

Definition

The StorageFolder that represents the folder that is being synced.

public:
 property StorageFolder ^ Source { StorageFolder ^ get(); };
StorageFolder Source();
public StorageFolder Source { get; }
var storageFolder = storageProviderKnownFolderSyncRequestArgs.source;
Public ReadOnly Property Source As StorageFolder

Property Value

Gets the folder that is being synced.

Applies to

See also