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>)정규화된 경로입니다.

적용 대상