Share via


DesignerHasDiagram.SetDesigner(Diagram, Designer) Method

Definition

Sets Designer.

public:
 static void SetDesigner(Microsoft::VisualStudio::Modeling::DslDefinition::Diagram ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::Designer ^ newGraphicalEditor);
[System.Diagnostics.DebuggerStepThrough]
public static void SetDesigner (Microsoft.VisualStudio.Modeling.DslDefinition.Diagram element, Microsoft.VisualStudio.Modeling.DslDefinition.Designer newGraphicalEditor);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetDesigner : Microsoft.VisualStudio.Modeling.DslDefinition.Diagram * Microsoft.VisualStudio.Modeling.DslDefinition.Designer -> unit
Public Shared Sub SetDesigner (element As Diagram, newGraphicalEditor As Designer)

Parameters

element
Diagram
newGraphicalEditor
Designer
Attributes

Applies to