DialogStateManager.TrackPaths(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.
Track when specific paths are changed.
public System.Collections.Generic.List<string> TrackPaths (System.Collections.Generic.IEnumerable<string> paths);
member this.TrackPaths : seq<string> -> System.Collections.Generic.List<string>
Public Function TrackPaths (paths As IEnumerable(Of String)) As List(Of String)
Parameters
- paths
- IEnumerable<String>
Paths to track.
Returns
Normalized paths to pass to AnyPathChanged(UInt32, IEnumerable<String>).