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.
- extendee
Tipo: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerNode
O objeto será estendido.
Valor de retorno
Tipo: System.Boolean
True se este colaborador pode fornecer um 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