StorageProviderKnownFolderSyncInfo.KnownFolderEntries Property
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 list of known folders that are registered with the provider.
public:
property IVector<StorageProviderKnownFolderEntry ^> ^ KnownFolderEntries { IVector<StorageProviderKnownFolderEntry ^> ^ get(); };
IVector<StorageProviderKnownFolderEntry> KnownFolderEntries();
public IList<StorageProviderKnownFolderEntry> KnownFolderEntries { get; }
var iVector = storageProviderKnownFolderSyncInfo.knownFolderEntries;
Public ReadOnly Property KnownFolderEntries As IList(Of StorageProviderKnownFolderEntry)
Property Value
Gets the list of known folders that are registered with the provider.