共用方式為


IDatabaseProjectExtenderContributor<TExtendee> 介面

讓專案功能得以加入至資料庫專案節點的屬性以及資料庫組態物件。

此 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 如果這個參與者可以擴充指定之擴充項名稱底下的 Extendee,則傳回 true。
公用方法 GetExtender 傳回 extendee 的擴充項。
公用方法 GetExtenderNames 傳回 Extendee 任何可用擴充項的名稱。

回頁首

請參閱

參考

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