共用方式為


ISchemaHierarchyGenerator.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 安全性

請參閱

參考

ISchemaHierarchyGenerator 介面

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