DesignerView 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.*
Serves as a repository for information about the views supported by the CompositeActivityDesigner or classes that inherit from it.
public ref class DesignerView
public class DesignerView
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class DesignerView
type DesignerView = class
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type DesignerView = class
Public Class DesignerView
- Inheritance
-
DesignerView
- 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
DesignerView(Int32, String, Image, ActivityDesigner) |
Initializes a new instance of the DesignerView class by using an integer, a string, an Image, and an ActivityDesigner. |
DesignerView(Int32, String, Image) |
Initializes a new instance of the DesignerView class by using an integer, a string, and an Image. |
Properties
AssociatedDesigner |
Gets the activity designer associated with the designer view. |
Image |
Gets the image associated with the designer view. |
Text |
Gets the name of the designer view. |
UserData |
Gets the dictionary of user data associated with the designer view. |
ViewId |
Gets the identifier associated with the designer view. |
Methods
Equals(Object) |
Determines whether the specified Object is equal to the current designer view. |
GetHashCode() |
Serves as a hash function for the DesignerView and is suitable for use in hashing algorithms and data structures like a hash table. |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
OnActivate() |
Notifies the designer when the view is activated. |
OnDeactivate() |
Notifies the designer when the view is deactivated. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |