次の方法で共有


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>)す正規化されたパス。

適用対象