This documentation is archived and is not being maintained.
DesignerView Class
Visual Studio 2010
Serves as a repository for information about the views supported by the CompositeActivityDesigner or classes that inherit from it.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
The DesignerView type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DesignerView(Int32, String, Image) | Initializes a new instance of the DesignerView class by using an integer, a string, and an Image. |
![]() | DesignerView(Int32, String, Image, ActivityDesigner) | Initializes a new instance of the DesignerView class by using an integer, a string, an Image, and an ActivityDesigner. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current designer view. (Overrides Object::Equals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for the DesignerView and is suitable for use in hashing algorithms and data structures like a hash table. (Overrides Object::GetHashCode().) |
![]() | 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.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
