DialogStateManager.TrackPaths(IEnumerable<String>) 方法

定义

跟踪更改特定路径的时间。

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)

参数

paths
IEnumerable<String>

要跟踪的路径。

返回

要传递给 AnyPathChanged(UInt32, IEnumerable<String>)的规范化路径。

适用于