다음을 통해 공유


Dsl.Editor Property

Gets or sets Editor. Editor defined by the DSL.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)

Syntax

‘선언
Public Property Editor As Editor
    Get
    Set
public Editor Editor { get; set; }
public:
property Editor^ Editor {
    Editor^ get ();
    void set (Editor^ value);
}
member Editor : Editor with get, set
function get Editor () : Editor
function set Editor (value : Editor)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.Editor

.NET Framework Security

See Also

Reference

Dsl Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace