DialogStateManager.AnyPathChanged(UInt32, IEnumerable<String>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Vérifiez si un chemin d’accès a changé depuis le filigrane.
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
Paramètres
- counter
- UInt32
Compteur de temps à comparer.
- paths
- IEnumerable<String>
Chemins d’accès de TrackPaths(IEnumerable<String>) à vérifier.
Retours
True si un chemin d’accès a changé depuis le compteur.