SchemaViewControllerBaseInternal.NodeInUse Method
Provides notification that a given node is or is not in use by the schema view.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Overrides Sub NodeInUse ( _
node As IDatabaseSchemaViewNode, _
inUse As Boolean _
)
'Usage
Dim instance As SchemaViewControllerBaseInternal
Dim node As IDatabaseSchemaViewNode
Dim inUse As Boolean
instance.NodeInUse(node, inUse)
public override void NodeInUse(
IDatabaseSchemaViewNode node,
bool inUse
)
public:
virtual void NodeInUse(
IDatabaseSchemaViewNode^ node,
bool inUse
) override
public override function NodeInUse(
node : IDatabaseSchemaViewNode,
inUse : boolean
)
abstract NodeInUse :
node:IDatabaseSchemaViewNode *
inUse:bool -> unit
override NodeInUse :
node:IDatabaseSchemaViewNode *
inUse:bool -> unit
Parameters
- node
Type: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.IDatabaseSchemaViewNode
The specified schema view node
- inUse
Type: System.Boolean
Specifies whether the node is currently being used by the schema view
Implements
ISchemaViewController.NodeInUse(IDatabaseSchemaViewNode, Boolean)
.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.
See Also
Reference
SchemaViewControllerBaseInternal Class
SchemaViewControllerBaseInternal Members
Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows Namespace