DslDefinesEditor.SetDsl(Editor, Dsl) 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 Dsl.
public:
static void SetDsl(Microsoft::VisualStudio::Modeling::DslDefinition::Editor ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::Dsl ^ newDsl);
[System.Diagnostics.DebuggerStepThrough]
public static void SetDsl (Microsoft.VisualStudio.Modeling.DslDefinition.Editor element, Microsoft.VisualStudio.Modeling.DslDefinition.Dsl newDsl);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetDsl : Microsoft.VisualStudio.Modeling.DslDefinition.Editor * Microsoft.VisualStudio.Modeling.DslDefinition.Dsl -> unit
Public Shared Sub SetDsl (element As Editor, newDsl As Dsl)
Parameters
- element
- Editor
- newDsl
- Dsl
- Attributes