Delen via


ISchemaModelViewerNode.InUse Method

Marks the node (and the hierarchy node it contains) as being in use 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 InUse ( _
    isInUse As Boolean _
)
void InUse(
    bool isInUse
)
void InUse(
    bool isInUse
)
abstract InUse : 
        isInUse:bool -> unit 
function InUse(
    isInUse : boolean
)

Parameters

  • isInUse
    Type: System.Boolean
    Flag that indicates whether the node is in use.

.NET Framework Security

See Also

Reference

ISchemaModelViewerNode Interface

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