DesignerHasDiagram.SetDesigner(Diagram, Designer) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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