BookmarkScopeHandle.CreateBookmarkScope Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new BookmarkScope.
Overloads
CreateBookmarkScope(NativeActivityContext) |
Creates a new BookmarkScope. |
CreateBookmarkScope(NativeActivityContext, Guid) |
Creates a new BookmarkScope. |
CreateBookmarkScope(NativeActivityContext)
Creates a new 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)
Parameters
- context
- NativeActivityContext
The activity context.
Applies to
CreateBookmarkScope(NativeActivityContext, Guid)
Creates a new 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)
Parameters
- context
- NativeActivityContext
The activity context.
- scopeId
- Guid
A unique global identifier associated with the BookmarkScope.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.