DialogStateManager.AnyPathChanged(UInt32, IEnumerable<String>) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Verifique se algum caminho foi alterado desde a marca d'água.
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 tempo para comparar.
- paths
- IEnumerable<String>
Caminhos de TrackPaths(IEnumerable<String>) para verificar.
Devoluções
Verdadeiro se algum caminho tiver sido alterado desde o contador.