WorkflowInstance.WorkflowInstanceControl.ScheduleBookmarkResumption メソッド

定義

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

再開するブックマーク。

value
Object

Bookmark を作成したアクティビティに渡されるデータ。

戻り値

BookmarkResumptionResult

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

再開するブックマーク。

value
Object

Bookmark を作成したアクティビティに渡されるデータ。

scope
BookmarkScope

Bookmark の作成元である Bookmark

戻り値

BookmarkResumptionResult

Bookmark のスケジュール操作の結果を示す列挙値の 1 つ。

適用対象