StorageLibraryContentChangedTrigger Classe
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.
Crée un déclencheur qui se déclenche lorsqu’un fichier est modifié dans une bibliothèque spécifiée.
public ref class StorageLibraryContentChangedTrigger sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class StorageLibraryContentChangedTrigger final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class StorageLibraryContentChangedTrigger
Public NotInheritable Class StorageLibraryContentChangedTrigger
- Héritage
- Attributs
- Implémente
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Remarques
Une fois que vous avez créé un déclencheur, inscrivez-le avec une tâche en arrière-plan
Méthodes
Create(StorageLibrary) |
Crée un déclencheur qui se déclenche lorsqu’un fichier est modifié dans la bibliothèque spécifiée. |
CreateFromLibraries(IIterable<StorageLibrary>) |
Crée un déclencheur qui se déclenche lorsqu’un fichier est modifié dans l’une des bibliothèques spécifiées. |