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
- extendee
Tipo: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerNode
Classe que fornece propriedades.
Valor de retorno
Tipo: array<System.String[]
Lista os nomes de extensor.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
IDatabaseSchemaViewExtenderContributor Interface
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView