WorkflowInstance.WorkflowInstanceControl.ScheduleBookmarkResumption メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Bookmark の再開をスケジュールします。
オーバーロード
ScheduleBookmarkResumption(Bookmark, Object) |
指定した値のブックマークの再開をスケジュールします。 |
ScheduleBookmarkResumption(Bookmark, Object, BookmarkScope) |
指定された Bookmark からの BookmarkScope の再開をスケジュールします。 |
ScheduleBookmarkResumption(Bookmark, Object)
指定した値のブックマークの再開をスケジュールします。
public:
System::Activities::BookmarkResumptionResult ScheduleBookmarkResumption(System::Activities::Bookmark ^ bookmark, System::Object ^ value);
public System.Activities.BookmarkResumptionResult ScheduleBookmarkResumption (System.Activities.Bookmark bookmark, object value);
member this.ScheduleBookmarkResumption : System.Activities.Bookmark * obj -> System.Activities.BookmarkResumptionResult
Public Function ScheduleBookmarkResumption (bookmark As Bookmark, value As Object) As BookmarkResumptionResult
パラメーター
- bookmark
- Bookmark
再開するブックマーク。
戻り値
Bookmark のスケジュール操作の結果を示す列挙値の 1 つ。
適用対象
ScheduleBookmarkResumption(Bookmark, Object, BookmarkScope)
指定された Bookmark からの BookmarkScope の再開をスケジュールします。
public:
System::Activities::BookmarkResumptionResult ScheduleBookmarkResumption(System::Activities::Bookmark ^ bookmark, System::Object ^ value, System::Activities::BookmarkScope ^ scope);
public System.Activities.BookmarkResumptionResult ScheduleBookmarkResumption (System.Activities.Bookmark bookmark, object value, System.Activities.BookmarkScope scope);
member this.ScheduleBookmarkResumption : System.Activities.Bookmark * obj * System.Activities.BookmarkScope -> System.Activities.BookmarkResumptionResult
Public Function ScheduleBookmarkResumption (bookmark As Bookmark, value As Object, scope As BookmarkScope) As BookmarkResumptionResult
パラメーター
- bookmark
- Bookmark
再開するブックマーク。
- scope
- BookmarkScope
戻り値
Bookmark のスケジュール操作の結果を示す列挙値の 1 つ。