IDatabaseSchemaViewExtenderContributor 接口

使项目功能可以向 Visual Studio 属性浏览器中出现的架构视图节点添加属性。

此 API 不兼容 CLS。 

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
<CLSCompliantAttribute(False)> _
Public Interface IDatabaseSchemaViewExtenderContributor
[CLSCompliantAttribute(false)]
public interface IDatabaseSchemaViewExtenderContributor
[CLSCompliantAttribute(false)]
public interface class IDatabaseSchemaViewExtenderContributor
[<CLSCompliantAttribute(false)>]
type IDatabaseSchemaViewExtenderContributor =  interface end
public interface IDatabaseSchemaViewExtenderContributor

IDatabaseSchemaViewExtenderContributor 类型公开以下成员。

方法

  名称 说明
公共方法 CanExtend 如果此参与者可以在提供的扩展程序名称下扩展 extendee,则返回 true。
公共方法 GetExtender 返回 extendee 的扩展程序。
公共方法 GetExtenderNames 为 extendee 返回所有可用扩展程序的名称。

页首

请参见

参考

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView 命名空间