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 the node to keep when you update (prune) the navigation tree.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'Declaration
Public Property KeepNode As Boolean
'Usage
Dim instance As ExplorerTreeNode
Dim value As Boolean
value = instance.KeepNode
instance.KeepNode = value
public bool KeepNode { get; set; }
public:
property bool KeepNode {
bool get ();
void set (bool value);
}
public function get KeepNode () : boolean
public function set KeepNode (value : boolean)
Property Value
Type: System.Boolean
The node to keep.
.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.