DslDefinesEditor.SetEditor(Dsl, Editor) 方法

定义

设置编辑器。

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

参数

element
Dsl
newEditor
Editor
属性

适用于