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
- node
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerNode
Schema View node.
- inUse
Type: System.Boolean
True if it is being used by Schema View; otherwise, false.
.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
ISchemaModelViewerController Interface
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace