Compartir a través de


DialogStateManager.AnyPathChanged(UInt32, IEnumerable<String>) Método

Definición

Compruebe si alguna ruta de acceso ha cambiado desde la marca de agua.

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

Parámetros

counter
UInt32

Contador de tiempo con el que se va a comparar.

paths
IEnumerable<String>

Rutas de acceso de TrackPaths(IEnumerable<String>) para comprobar.

Devoluciones

True si alguna ruta de acceso ha cambiado desde el contador.

Se aplica a