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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.