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, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.