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 排程作業結果的其中一個列舉值。
適用於
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 排程作業結果的其中一個列舉值。