BookmarkScope Class

Definition

Scopes a set of Bookmark objects that are categorized as operating under the same protocol.

public ref class BookmarkScope sealed : IEquatable<System::Activities::BookmarkScope ^>
[System.Runtime.Serialization.DataContract]
public sealed class BookmarkScope : IEquatable<System.Activities.BookmarkScope>
[<System.Runtime.Serialization.DataContract>]
type BookmarkScope = class
    interface IEquatable<BookmarkScope>
Public NotInheritable Class BookmarkScope
Implements IEquatable(Of BookmarkScope)
Inheritance
BookmarkScope
Attributes
Implements

Remarks

This is a sealed class.

Constructors

BookmarkScope(Guid)

Creates a new instance of the BookmarkScope class with the specified GUID scope identification number.

Properties

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.

Methods

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.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
Initialize(NativeActivityContext, Guid)

Initializes the current BookmarkScope using the specified GUID.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to