共用方式為


IStorageProviderKnownFolderSyncInfoSourceFactory.GetKnownFolderSyncInfoSource 方法

定義

檔案總管呼叫 的方法,以取得指定提供者的IStorageProviderKnownFolderSyncInfoSource實例。

public:
 IStorageProviderKnownFolderSyncInfoSource ^ GetKnownFolderSyncInfoSource();
IStorageProviderKnownFolderSyncInfoSource GetKnownFolderSyncInfoSource();
public IStorageProviderKnownFolderSyncInfoSource GetKnownFolderSyncInfoSource();
function getKnownFolderSyncInfoSource()
Public Function GetKnownFolderSyncInfoSource () As IStorageProviderKnownFolderSyncInfoSource

傳回

備註

在 GetKnownFolderSyncInfoSource傳回物件之後變更物件上的屬性可能會導致未定義的行為。 若要更新StorageProviderKnownFolderSyncInfo上的任何屬性,雲端提供者應該在IStorageProviderKnownFolderSyncInfoSource上引發KnownFolderSyncInfoChanged事件,並準備好提供新的StorageProviderKnownFolderSyncInfo物件。

適用於

另請參閱