Share via


DslDefinesExplorer.SetDsl(Explorer, Dsl) Method

Definition

Sets Dsl.

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

Parameters

element
Explorer
newDsl
Dsl
Attributes

Applies to