Share via


IStorageProviderKnownFolderSyncInfoSourceFactory.GetKnownFolderSyncInfoSource Method

Definition

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.

Applies to

See also