EditorHasValidation.GetEditor(Validation) 方法

定义

获取编辑器。

public:
 static Microsoft::VisualStudio::Modeling::DslDefinition::Editor ^ GetEditor(Microsoft::VisualStudio::Modeling::DslDefinition::Validation ^ element);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.DslDefinition.Editor GetEditor (Microsoft.VisualStudio.Modeling.DslDefinition.Validation element);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetEditor : Microsoft.VisualStudio.Modeling.DslDefinition.Validation -> Microsoft.VisualStudio.Modeling.DslDefinition.Editor
Public Shared Function GetEditor (element As Validation) As Editor

参数

element
Validation

返回

Editor
属性

适用于