共用方式為


ExclusiveHandle.RegisterBookmarkScope 方法

定義

使用指定的內容,將指定的書籤範圍控制代碼加入至 ReadOnlyCollection<T> 物件的 BookmarkScopeHandle

public:
 void RegisterBookmarkScope(System::Activities::NativeActivityContext ^ context, System::Activities::BookmarkScopeHandle ^ bookmarkScopeHandle);
public void RegisterBookmarkScope (System.Activities.NativeActivityContext context, System.Activities.BookmarkScopeHandle bookmarkScopeHandle);
member this.RegisterBookmarkScope : System.Activities.NativeActivityContext * System.Activities.BookmarkScopeHandle -> unit
Public Sub RegisterBookmarkScope (context As NativeActivityContext, bookmarkScopeHandle As BookmarkScopeHandle)

參數

context
NativeActivityContext

建立控制代碼的環境。

bookmarkScopeHandle
BookmarkScopeHandle

在工作流程活動作業中,用於識別並存取以相同通訊協定運作之書籤群組的權杖。

備註

如果在此專屬範圍內建立書籤之後呼叫這個方法,將會擲回 InvalidOperationException

適用於