Dela via


IDatabaseSchemaViewExtenderContributor.CanExtend Method

Returns true if this contributor can extend the extendee under the extender name provided.

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

Syntax

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

Parameters

  • extenderName
    Type: System.String
    The extender name that is queried for.

Return Value

Type: System.Boolean
True if this contributor can provide an extender.

.NET Framework Security

See Also

Reference

IDatabaseSchemaViewExtenderContributor Interface

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