BookmarkScopeHandle Class
A T:System.Handle used to manage the lifetime of a BookmarkScope.
Assembly: System.Activities (in System.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | BookmarkScopeHandle() | Creates a new instance of the BookmarkScopeHandle class. |
| Name | Description | |
|---|---|---|
![]() | BookmarkScope | The BookmarkScope associated with this BookmarkScopeHandle. |
![]() ![]() | Default | The default BookmarkScopeHandle. |
![]() | ExecutionPropertyName | |
![]() | Owner | Gets the ActivityInstance that contains the Variable that contains the Handle.(Inherited from Handle.) |
| Name | Description | |
|---|---|---|
![]() | CreateBookmarkScope(NativeActivityContext^) | Creates a new BookmarkScope |
![]() | CreateBookmarkScope(NativeActivityContext^, Guid) | Creates a new BookmarkScope. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Initialize(NativeActivityContext^, Guid) | Initializes the BookmarkScope, usingthe specified activity context and GUID identifier. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


