StorageLibraryContentChangedTrigger クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したライブラリでファイルが変更されたときに起動するトリガーを作成します。
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
- 継承
- 属性
- 実装
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
注釈
トリガーを作成したら、バックグラウンド タスクに登録します
メソッド
Create(StorageLibrary) |
指定したライブラリでファイルが変更されたときに起動するトリガーを作成します。 |
CreateFromLibraries(IIterable<StorageLibrary>) |
指定したライブラリのいずれかでファイルが変更されたときに起動するトリガーを作成します。 |