DslDefinesExplorer.SetExplorer(Dsl, Explorer) 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 Explorer.
public:
static void SetExplorer(Microsoft::VisualStudio::Modeling::DslDefinition::Dsl ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::Explorer ^ newExplorer);
[System.Diagnostics.DebuggerStepThrough]
public static void SetExplorer (Microsoft.VisualStudio.Modeling.DslDefinition.Dsl element, Microsoft.VisualStudio.Modeling.DslDefinition.Explorer newExplorer);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetExplorer : Microsoft.VisualStudio.Modeling.DslDefinition.Dsl * Microsoft.VisualStudio.Modeling.DslDefinition.Explorer -> unit
Public Shared Sub SetExplorer (element As Dsl, newExplorer As Explorer)
Parameters
- element
- Dsl
- newExplorer
- Explorer
- Attributes