DslLibraryBase.ExplorerBehavior Property
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
Public Property ExplorerBehavior As ExplorerBehavior
'Usage
Dim instance As DslLibraryBase
Dim value As ExplorerBehavior
value = instance.ExplorerBehavior
instance.ExplorerBehavior = value
public ExplorerBehavior ExplorerBehavior { get; set; }
public:
property ExplorerBehavior^ ExplorerBehavior {
ExplorerBehavior^ get ();
void set (ExplorerBehavior^ value);
}
public function get ExplorerBehavior () : ExplorerBehavior
public 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.