次の方法で共有


StorageLibraryContentChangedTrigger.Create(StorageLibrary) メソッド

定義

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

public:
 static StorageLibraryContentChangedTrigger ^ Create(StorageLibrary ^ storageLibrary);
 static StorageLibraryContentChangedTrigger Create(StorageLibrary const& storageLibrary);
public static StorageLibraryContentChangedTrigger Create(StorageLibrary storageLibrary);
function create(storageLibrary)
Public Shared Function Create (storageLibrary As StorageLibrary) As StorageLibraryContentChangedTrigger

パラメーター

storageLibrary
StorageLibrary

音楽ライブラリやドキュメント ライブラリなど、トリガーが監視する場所。

戻り値

指定した場所を監視するトリガー。

//Get access to the library that you want to monitor 
StorageLibrary picturesLibrary = await StorageLibrary.GetLibraryAsync(KnownLibraryId.Pictures); 
var trigger = StorageLibraryContentChangedTrigger.Create(picturesLibrary);

注釈

トリガーとコード サンプルの使用方法の詳細については、「ユニバーサル Windows プラットフォーム Apps でのファイル システムの監視」を参照してください。

適用対象

こちらもご覧ください