Explorer.Behavior Property

Gets or sets Behavior. Explorer behavior used by this explorer.

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 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

See Also

Reference

Explorer Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace