Share via


EditorHasValidation.SetEditor(Validation, Editor) Method

Definition

Sets Editor.

public:
 static void SetEditor(Microsoft::VisualStudio::Modeling::DslDefinition::Validation ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::Editor ^ newEditor);
[System.Diagnostics.DebuggerStepThrough]
public static void SetEditor (Microsoft.VisualStudio.Modeling.DslDefinition.Validation element, Microsoft.VisualStudio.Modeling.DslDefinition.Editor newEditor);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetEditor : Microsoft.VisualStudio.Modeling.DslDefinition.Validation * Microsoft.VisualStudio.Modeling.DslDefinition.Editor -> unit
Public Shared Sub SetEditor (element As Validation, newEditor As Editor)

Parameters

element
Validation
newEditor
Editor
Attributes

Applies to