共用方式為


ISchemaModelViewerController.NodeInUse 方法

提供關於指定的節點正在使用中的通知。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
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
)

參數

  • inUse
    型別:System.Boolean
    如果正由結構描述檢視使用則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

ISchemaModelViewerController 介面

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer 命名空間