DialogStateManager.TrackPaths(IEnumerable<String>) Method

Definition

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>).

Applies to