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