DesignerView Class
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)
| 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(Object^) | 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() | |
![]() | MemberwiseClone() | |
![]() | 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.) |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



