Share via


ExplorerReferencesBehavior.SetBehavior(Explorer, ExplorerBehavior) Method

Definition

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

Applies to