Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets Behavior. Explorer behavior used by this explorer.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Syntax
'Declaration
Public Property Behavior As ExplorerBehavior
public ExplorerBehavior Behavior { get; set; }
public:
property ExplorerBehavior^ Behavior {
ExplorerBehavior^ get ();
void set (ExplorerBehavior^ value);
}
member Behavior : ExplorerBehavior with get, set
function get Behavior () : ExplorerBehavior
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.