ExplorerNodeSettings.ExplorerBehavior Property
Gets or sets ExplorerBehavior. Explorer behavior defining the custom explorer node settings.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
声明
Public Property ExplorerBehavior As ExplorerBehavior
Get
Set
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.