IStorageProviderKnownFolderSyncInfoSourceFactory.GetKnownFolderSyncInfoSource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The method that File Explorer calls to obtain an instance of IStorageProviderKnownFolderSyncInfoSource for a given provider.
public:
IStorageProviderKnownFolderSyncInfoSource ^ GetKnownFolderSyncInfoSource();
IStorageProviderKnownFolderSyncInfoSource GetKnownFolderSyncInfoSource();
public IStorageProviderKnownFolderSyncInfoSource GetKnownFolderSyncInfoSource();
function getKnownFolderSyncInfoSource()
Public Function GetKnownFolderSyncInfoSource () As IStorageProviderKnownFolderSyncInfoSource
Returns
Remarks
Changing a property on the object after it has been returned by GetKnownFolderSyncInfoSource could result in undefined behavior. To update any property on StorageProviderKnownFolderSyncInfo, the cloud provider should raise the KnownFolderSyncInfoChanged event on IStorageProviderKnownFolderSyncInfoSource and be ready to provide a new StorageProviderKnownFolderSyncInfo object.