다음을 통해 공유


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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)

Syntax

‘선언
Public Property ExplorerBehavior As ExplorerBehavior
    Get
    Set
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