BookmarkScope Class
Scopes a set of Bookmark objects that are categorized as operating under the same protocol.
Assembly: System.Activities (in System.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | BookmarkScope(Guid) | Creates a new instance of the BookmarkScope class with the specified GUID scope identification number. |
| Name | Description | |
|---|---|---|
![]() ![]() | Default | Gets the default BookmarkScope. |
![]() | Id | Gets the GUID that identifies the current BookmarkScope. |
![]() | IsInitialized | Gets a value that indicates whether the current BookmarkScope has been initialized. |
| Name | Description | |
|---|---|---|
![]() | Equals(BookmarkScope^) | Gets a value that indicates whether the current BookmarkScope and the specified BookmarkScope are the same. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Generates an identification number for the current BookmarkScope.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | Initialize(NativeActivityContext^, Guid) | Initializes the current BookmarkScope using the specified GUID. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This is a sealed class.
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.


