DialogStateManager.AnyPathChanged(UInt32, IEnumerable<String>) 方法

定义

查看自水印以来是否有任何路径更改。

public bool AnyPathChanged(uint counter, System.Collections.Generic.IEnumerable<string> paths);
member this.AnyPathChanged : uint32 * seq<string> -> bool
Public Function AnyPathChanged (counter As UInteger, paths As IEnumerable(Of String)) As Boolean

参数

counter
UInt32

要比较的时间计数器。

paths
IEnumerable<String>

要检查的路径 TrackPaths(IEnumerable<String>)

返回

如此 如果自计数器以来的任何路径已更改。

适用于