Share via


DslLibraryBase.ExplorerBehavior Property

Gets or sets ExplorerBehavior. Explorer behavior defined by the DSL library.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Syntax

'Declaration
Public Property ExplorerBehavior As ExplorerBehavior
public ExplorerBehavior ExplorerBehavior { get; set; }
public:
property ExplorerBehavior^ ExplorerBehavior {
    ExplorerBehavior^ get ();
    void set (ExplorerBehavior^ value);
}
member ExplorerBehavior : ExplorerBehavior with get, set
function get ExplorerBehavior () : ExplorerBehavior 
function set ExplorerBehavior (value : ExplorerBehavior)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehavior

.NET Framework Security

See Also

Reference

DslLibraryBase Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace