使项目功能可以添加到数据库项目节点的属性并添加到数据库配置对象。
此 API 不兼容 CLS。
命名空间: Microsoft.VisualStudio.Data.Schema.Package.Project
程序集: Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
语法
声明
<CLSCompliantAttribute(False)> _
Public Interface IDatabaseProjectExtenderContributor(Of TExtendee)
[CLSCompliantAttribute(false)]
public interface IDatabaseProjectExtenderContributor<TExtendee>
[CLSCompliantAttribute(false)]
generic<typename TExtendee>
public interface class IDatabaseProjectExtenderContributor
[<CLSCompliantAttribute(false)>]
type IDatabaseProjectExtenderContributor<'TExtendee> = interface end
JScript 不支持泛型类型或方法。
类型参数
- TExtendee
IDatabaseProjectExtenderContributor<TExtendee> 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
![]() |
CanExtend | 如果此参与者可以在指定扩展程序名称下扩展受扩展方,则返回 true。 |
![]() |
GetExtender | 返回 extendee 的扩展程序。 |
![]() |
GetExtenderNames | 返回受扩展方的所有可用扩展程序的名称。 |
页首