共用方式為


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>) 到 檢查的路徑。

傳回

如果計數器之後有任何路徑變更,則為 True。

適用於