DesignerView Class

 
Note: This API is now obsolete.

Serves as a repository for information about the views supported by the CompositeActivityDesigner or classes that inherit from it.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

System::Object
  System.Workflow.ComponentModel.Design::DesignerView

[ObsoleteAttribute("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public ref class DesignerView 

NameDescription
System_CAPS_pubmethodDesignerView(Int32, String^, Image^)

Initializes a new instance of the DesignerView class by using an integer, a string, and an Image.

System_CAPS_pubmethodDesignerView(Int32, String^, Image^, ActivityDesigner^)

Initializes a new instance of the DesignerView class by using an integer, a string, an Image, and an ActivityDesigner.

NameDescription
System_CAPS_pubpropertyAssociatedDesigner

Gets the activity designer associated with the designer view.

System_CAPS_pubpropertyImage

Gets the image associated with the designer view.

System_CAPS_pubpropertyText

Gets the name of the designer view.

System_CAPS_pubpropertyUserData

Gets the dictionary of user data associated with the designer view.

System_CAPS_pubpropertyViewId

Gets the identifier associated with the designer view.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified Object is equal to the current designer view.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

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

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodOnActivate()

Notifies the designer when the view is activated.

System_CAPS_pubmethodOnDeactivate()

Notifies the designer when the view is deactivated.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_noteNote

This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

.NET Framework
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.

Return to top
Show: