Udostępnij za pośrednictwem


BookmarkScopeHandle.CreateBookmarkScope Metoda

Definicja

Tworzy nowy adres BookmarkScope.

Przeciążenia

CreateBookmarkScope(NativeActivityContext)

Tworzy nowy adres BookmarkScope.

CreateBookmarkScope(NativeActivityContext, Guid)

Tworzy nowy adres BookmarkScope.

CreateBookmarkScope(NativeActivityContext)

Tworzy nowy adres BookmarkScope.

public:
 void CreateBookmarkScope(System::Activities::NativeActivityContext ^ context);
public void CreateBookmarkScope (System.Activities.NativeActivityContext context);
member this.CreateBookmarkScope : System.Activities.NativeActivityContext -> unit
Public Sub CreateBookmarkScope (context As NativeActivityContext)

Parametry

context
NativeActivityContext

Kontekst działania.

Dotyczy

CreateBookmarkScope(NativeActivityContext, Guid)

Tworzy nowy adres BookmarkScope.

public:
 void CreateBookmarkScope(System::Activities::NativeActivityContext ^ context, Guid scopeId);
public void CreateBookmarkScope (System.Activities.NativeActivityContext context, Guid scopeId);
member this.CreateBookmarkScope : System.Activities.NativeActivityContext * Guid -> unit
Public Sub CreateBookmarkScope (context As NativeActivityContext, scopeId As Guid)

Parametry

context
NativeActivityContext

Kontekst działania.

scopeId
Guid

Unikatowy identyfikator globalny skojarzony z elementem BookmarkScope.

Dotyczy