DslDefinesEditor.SetDsl(Editor, Dsl) 方法

定义

设置 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)

参数

element
Editor
newDsl
Dsl
属性

适用于