StorageLibraryChangeTracker.GetChangeReader 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.
Retrieves a StorageLibraryChangeReader that enables the app to iterate through the list of changes and mark changes as accepted.
public:
virtual StorageLibraryChangeReader ^ GetChangeReader() = GetChangeReader;
StorageLibraryChangeReader GetChangeReader();
public StorageLibraryChangeReader GetChangeReader();
function getChangeReader()
Public Function GetChangeReader () As StorageLibraryChangeReader
Returns
The returned change reader.