WorkflowInstance.WorkflowInstanceControl.ScheduleBookmarkResumption 方法

定义

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

适用于

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项。

返回

指示计划操作结果的枚举值之一 Bookmark

适用于