Compartilhar via


Método IDatabaseSchemaViewExtenderContributor.GetExtenderNames

Retorna os nomes para qualquer Extensores disponíveis para o estendido.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Function GetExtenderNames ( _
    extendee As ISchemaModelViewerNode _
) As String()
string[] GetExtenderNames(
    ISchemaModelViewerNode extendee
)
array<String^>^ GetExtenderNames(
    ISchemaModelViewerNode^ extendee
)
abstract GetExtenderNames : 
        extendee:ISchemaModelViewerNode -> string[] 
function GetExtenderNames(
    extendee : ISchemaModelViewerNode
) : String[]

Parâmetros

Valor de retorno

Tipo: array<System.String[]
Lista os nomes de extensor.

Segurança do .NET Framework

Consulte também

Referência

IDatabaseSchemaViewExtenderContributor Interface

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView