Compartilhar via


Método IDatabaseSchemaViewExtenderContributor.CanExtend

Retorna true se este colaborador pode estender o estendido sob o nome do extensor fornecido.

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 CanExtend ( _
    extenderName As String, _
    extendee As ISchemaModelViewerNode _
) As Boolean
bool CanExtend(
    string extenderName,
    ISchemaModelViewerNode extendee
)
bool CanExtend(
    String^ extenderName, 
    ISchemaModelViewerNode^ extendee
)
abstract CanExtend : 
        extenderName:string * 
        extendee:ISchemaModelViewerNode -> bool 
function CanExtend(
    extenderName : String, 
    extendee : ISchemaModelViewerNode
) : boolean

Parâmetros

  • extenderName
    Tipo: System.String
    O nome do extensor é consultado para.

Valor de retorno

Tipo: System.Boolean
True se este colaborador pode fornecer um extensor.

Segurança do .NET Framework

Consulte também

Referência

IDatabaseSchemaViewExtenderContributor Interface

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