Share via


DslDefinesExplorerBehavior.SetExplorerBehavior Method

Definition

Sets ExplorerBehavior.

public:
 static void SetExplorerBehavior(Microsoft::VisualStudio::Modeling::DslDefinition::DslLibrary ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::ExplorerBehavior ^ newExplorerBehavior);
[System.Diagnostics.DebuggerStepThrough]
public static void SetExplorerBehavior (Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary element, Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehavior newExplorerBehavior);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetExplorerBehavior : Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary * Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehavior -> unit
Public Shared Sub SetExplorerBehavior (element As DslLibrary, newExplorerBehavior As ExplorerBehavior)

Parameters

element
DslLibrary
newExplorerBehavior
ExplorerBehavior
Attributes

Applies to