次の方法で共有


StorageLibraryContentChangedTrigger クラス

定義

指定したライブラリでファイルが変更されたときに起動するトリガーを作成します。

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
継承
Object Platform::Object IInspectable StorageLibraryContentChangedTrigger
属性
実装

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

トリガーを作成したら、バックグラウンド タスクに登録します

メソッド

Create(StorageLibrary)

指定したライブラリでファイルが変更されたときに起動するトリガーを作成します。

CreateFromLibraries(IIterable<StorageLibrary>)

指定したライブラリのいずれかでファイルが変更されたときに起動するトリガーを作成します。

適用対象

こちらもご覧ください