CorrelationToken Class
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.
Caution
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Manages the subscriptions of the CorrelationProperty to the owner activities. This class cannot be inherited.
public ref class CorrelationToken sealed : System::Workflow::ComponentModel::DependencyObject
public sealed class CorrelationToken : System.Workflow.ComponentModel.DependencyObject
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class CorrelationToken : System.Workflow.ComponentModel.DependencyObject
type CorrelationToken = class
inherit DependencyObject
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type CorrelationToken = class
inherit DependencyObject
Public NotInheritable Class CorrelationToken
Inherits DependencyObject
- Inheritance
- Attributes
Remarks
Note
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.
Constructors
CorrelationToken() |
Initializes a new instance of the CorrelationToken class. |
CorrelationToken(String) |
Initializes a new instance of the CorrelationToken class using the name of the CorrelationToken. |
Properties
DesignMode |
Gets the value that indicates whether this instance is in design or run-time mode. (Inherited from DependencyObject) |
Initialized |
Gets a value indicating whether the CorrelationToken is initialized. |
Name |
Gets or sets the name of the CorrelationToken. |
OwnerActivityName |
Gets or sets the name of the Activity that owns the correlation token. |
ParentDependencyObject |
Gets the parent DependencyObject in the DependencyObject graph. (Inherited from DependencyObject) |
Properties |
Gets the collection of CorrelationProperty objects in the CorrelationToken. |
Site |
Gets or sets a reference to the Site component of the DependencyObject. (Inherited from DependencyObject) |
UserData |
Gets an IDictionary that associates custom data with this class instance. (Inherited from DependencyObject) |
Methods
Explicit Interface Implementations
IComponent.Disposed |
Represents the method that handles the Disposed event of a component. (Inherited from DependencyObject) |