Editor.Dsl Property
Gets or sets Dsl. Dsl defining the editor.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
Public Property Dsl As Dsl
public Dsl Dsl { get; set; }
public:
property Dsl^ Dsl {
Dsl^ get ();
void set (Dsl^ value);
}
member Dsl : Dsl with get, set
function get Dsl () : Dsl
function set Dsl (value : Dsl)
Property Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.Dsl
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.