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