WorkflowInstance.WorkflowInstanceControl.ScheduleBookmarkResumption 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
安排 Bookmark 恢復。
多載
| 名稱 | Description |
|---|---|
| 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 結果。
適用於
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 結果。