Share via


ISchemaModelViewerController.NodeInUse Method

Provides notification about the in-use state of the specified node.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Sub NodeInUse ( _
    node As ISchemaModelViewerNode, _
    inUse As Boolean _
)
void NodeInUse(
    ISchemaModelViewerNode node,
    bool inUse
)
void NodeInUse(
    ISchemaModelViewerNode^ node, 
    bool inUse
)
abstract NodeInUse : 
        node:ISchemaModelViewerNode * 
        inUse:bool -> unit 
function NodeInUse(
    node : ISchemaModelViewerNode, 
    inUse : boolean
)

Parameters

  • inUse
    Type: System.Boolean
    True if it is being used by Schema View; otherwise, false.

.NET Framework Security

See Also

Reference

ISchemaModelViewerController Interface

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace