SchemaViewControllerBase.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 Overridable Sub NodeInUse ( _
    node As IDatabaseSchemaViewNode, _
    inUse As Boolean _
)
'Usage
Dim instance As SchemaViewControllerBase
Dim node As IDatabaseSchemaViewNode
Dim inUse As Boolean

instance.NodeInUse(node, inUse)
public virtual void NodeInUse(
    IDatabaseSchemaViewNode node,
    bool inUse
)
public:
virtual void NodeInUse(
    IDatabaseSchemaViewNode^ node, 
    bool inUse
)
public function NodeInUse(
    node : IDatabaseSchemaViewNode, 
    inUse : boolean
)
abstract NodeInUse : 
        node:IDatabaseSchemaViewNode * 
        inUse:bool -> unit 
override NodeInUse : 
        node:IDatabaseSchemaViewNode * 
        inUse:bool -> unit 

Parameters

  • inUse
    Type: System.Boolean
    Specifies whether the node is currently being used by the schema view

Implements

ISchemaViewController.NodeInUse(IDatabaseSchemaViewNode, Boolean)

Remarks

This method does nothing by default.

.NET Framework Security

See Also

Reference

SchemaViewControllerBase Class

SchemaViewControllerBase Members

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows Namespace