DialogStateManager.AnyPathChanged(UInt32, IEnumerable<String>) 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.
Check to see if any path has changed since watermark.
public bool AnyPathChanged (uint counter, System.Collections.Generic.IEnumerable<string> paths);
member this.AnyPathChanged : uint32 * seq<string> -> bool
Public Function AnyPathChanged (counter As UInteger, paths As IEnumerable(Of String)) As Boolean
Parameters
- counter
- UInt32
Time counter to compare to.
- paths
- IEnumerable<String>
Paths from TrackPaths(IEnumerable<String>) to check.
Returns
True if any path has changed since counter.