ISchemaHierarchyGenerator.NodeInUse Method
Indicates whether the specified node is used by Schema View.
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
Hierarchy node.
- inUse
Type: System.Boolean
true if it is 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
ISchemaHierarchyGenerator Interface
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace