IDatabaseSchemaViewExtenderContributor.GetExtenderNames Method

Returns the names for any available extenders for the extendee.

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 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[]

Parameters

Return Value

Type: array<System.String[]
List of extender names.

.NET Framework Security

See Also

Reference

IDatabaseSchemaViewExtenderContributor Interface

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