DslDefinesExplorerBehavior.SetDslLibrary(ExplorerBehavior, DslLibrary) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets DslLibrary.
public:
static void SetDslLibrary(Microsoft::VisualStudio::Modeling::DslDefinition::ExplorerBehavior ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::DslLibrary ^ newDsl);
[System.Diagnostics.DebuggerStepThrough]
public static void SetDslLibrary (Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehavior element, Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary newDsl);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetDslLibrary : Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehavior * Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary -> unit
Public Shared Sub SetDslLibrary (element As ExplorerBehavior, newDsl As DslLibrary)
Parameters
- element
- ExplorerBehavior
- newDsl
- DslLibrary
- Attributes