BookmarkScopeHandle Class

Definition

A Handle used to manage the lifetime of a BookmarkScope.

public ref class BookmarkScopeHandle sealed : System::Activities::Handle
[System.Runtime.Serialization.DataContract]
public sealed class BookmarkScopeHandle : System.Activities.Handle
[<System.Runtime.Serialization.DataContract>]
type BookmarkScopeHandle = class
    inherit Handle
Public NotInheritable Class BookmarkScopeHandle
Inherits Handle
Inheritance
BookmarkScopeHandle
Attributes

Constructors

BookmarkScopeHandle()

Creates a new instance of the BookmarkScopeHandle class.

Properties

BookmarkScope

The BookmarkScope associated with this BookmarkScopeHandle.

Default

The default BookmarkScopeHandle.

ExecutionPropertyName

Gets the name to be used by this Handle when added to an activity's execution properties.

(Inherited from Handle)
Owner

Gets the ActivityInstance that contains the Variable that contains the Handle.

(Inherited from Handle)

Methods

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()

Gets the Type of the current instance.

(Inherited from Object)
Initialize(NativeActivityContext, Guid)

Initializes the BookmarkScope, using the specified activity context and GUID identifier.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
OnInitialize(HandleInitializationContext)

Called by the workflow runtime when the environment that contains the Handle is initialized.

(Inherited from Handle)
OnUninitialize(HandleInitializationContext)

Called by the workflow runtime when the Variable for the Handle goes out of scope.

(Inherited from Handle)
ThrowIfUninitialized()

Throws an InvalidOperationException if the Handle has not been initialized.

(Inherited from Handle)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to