Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Marks the node and the hierarchy node that is contained as being "in use" by the Schema View.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Sub InUse ( _
isInUse As Boolean _
)
public void InUse(
bool isInUse
)
public:
virtual void InUse(
bool isInUse
) sealed
abstract InUse :
isInUse:bool -> unit
override InUse :
isInUse:bool -> unit
public final function InUse(
isInUse : boolean
)
Parameters
- isInUse
Type: System.Boolean
Flag that indicates whether node is being used.
Implements
ISchemaModelViewerNode.InUse(Boolean)
.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
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView Namespace