Sdílet prostřednictvím


IDatabaseSchemaViewExtenderContributor.CanExtend – metoda

Vrátí hodnotu true Pokud tento přispěvatelů můžete rozšířit extendee pod názvem zařízení extender k dispozici.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
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

Parametry

  • extenderName
    Typ: System.String
    Pro dotazovaný název zařízení extender.

Vrácená hodnota

Typ: System.Boolean
TRUE, pokud tato přispěvatelů může poskytnout zařízení extender.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IDatabaseSchemaViewExtenderContributor Rozhraní

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView – obor názvů