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