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