WorkflowElementDesigner Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents the default activity designer, which is assigned to any activities that have no specified designer and is the base class used when creating custom activity designers.

Namespace:  System.Activities.Design
Assembly:  System.Activities.Design (in System.Activities.Design.dll)

Syntax

'Declaration
Public Class WorkflowElementDesigner _
    Inherits WorkflowViewElement
'Usage
Dim instance As WorkflowElementDesigner
public class WorkflowElementDesigner : WorkflowViewElement
public ref class WorkflowElementDesigner : public WorkflowViewElement
public class WorkflowElementDesigner extends WorkflowViewElement
type WorkflowElementDesigner =  
    class
        inherit WorkflowViewElement
    end

Remarks

The WorkflowElementDesigner provides interaction with the property grid and the ability to customize basic aspects of the activity, such as the icon.

Inheritance Hierarchy

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        System.Windows.UIElement
          System.Windows.FrameworkElement
            System.Windows.Controls.Control
              System.Windows.Controls.ContentControl
                System.Activities.Design.WorkflowViewElement
                  System.Activities.Design.WorkflowElementDesigner
                    System.Activities.Core.Design.AssignDesigner
                    System.Activities.Core.Design.CancellationScopeDesigner
                    System.Activities.Core.Design.CompensableActivityDesigner
                    System.Activities.Core.Design.DoWhileDesigner
                    System.Activities.Core.Design.ForEachDesigner
                    System.Activities.Core.Design.GenericInvokePowerShellDesigner
                    System.Activities.Core.Design.IfElseDesigner
                    System.Activities.Core.Design.InteropDesigner
                    System.Activities.Core.Design.InvokeMethodDesigner
                    System.Activities.Core.Design.InvokePowerShellDesigner
                    System.Activities.Core.Design.ParallelDesigner
                    System.Activities.Core.Design.PickDesigner
                    System.Activities.Core.Design.SequenceDesigner
                    System.Activities.Core.Design.SwitchDesigner
                    System.Activities.Core.Design.TransactionScopeDesigner
                    System.Activities.Core.Design.TryCatchDesigner
                    System.Activities.Core.Design.WhileDesigner
                    System.ServiceModel.Activities.Design.ReceiveDesigner
                    System.ServiceModel.Activities.Design.ReceiveReplyDesigner
                    System.ServiceModel.Activities.Design.SendDesigner
                    System.ServiceModel.Activities.Design.SendReplyDesigner

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

WorkflowElementDesigner Members

System.Activities.Design Namespace