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