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