DialogStateManager.AnyPathChanged(UInt32, IEnumerable<String>) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Controllare se un percorso è stato modificato dopo la filigrana.
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
Parametri
- counter
- UInt32
Contatore del tempo a cui confrontare.
- paths
- IEnumerable<String>
Percorsi da TrackPaths(IEnumerable<String>) cui verificare.
Restituisce
True se un percorso è stato modificato dopo il contatore.