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 命名空间