ExclusiveHandle.RegisterBookmarkScope Yöntem

Tanım

Belirtilen bağlamı kullanarak belirtilen yer işareti kapsam tutamacını ReadOnlyCollection<T>BookmarkScopeHandle nesnelerin öğesine ekler.

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)

Parametreler

context
NativeActivityContext

Tanıtıcının oluşturulduğu ortam.

bookmarkScopeHandle
BookmarkScopeHandle

bir iş akışı etkinlik işleminde aynı protokol altında çalışan bir yer işareti grubunu tanımlamak ve erişmek için kullanılan belirteç.

Açıklamalar

Bu yöntem, bu özel kullanım kapsamı altında bir yer işareti oluşturulduktan sonra çağrılırsa, bir InvalidOperationException oluşturulur.

Şunlara uygulanır