WorkflowInstance.WorkflowInstanceControl.ScheduleBookmarkResumption メソッド

定義

Bookmark再開をスケジュールします。

オーバーロード

名前 説明
ScheduleBookmarkResumption(Bookmark, Object)

指定した値でブックマークの再開をスケジュールします。

ScheduleBookmarkResumption(Bookmark, Object, BookmarkScope)

指定したBookmarkScopeからBookmark再開をスケジュールします。

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を作成したアクティビティに渡されるデータ。

返品

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

適用対象

ScheduleBookmarkResumption(Bookmark, Object, BookmarkScope)

指定したBookmarkScopeからBookmark再開をスケジュールします。

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

返品

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

適用対象