Share via


IDatabaseProjectExtenderContributor<TExtendee>.GetExtenderNames Method

Returns the names of any available extenders for the extendee.

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

Syntax

'Declaration
Function GetExtenderNames ( _
    extendee As TExtendee _
) As String()
string[] GetExtenderNames(
    TExtendee extendee
)
array<String^>^ GetExtenderNames(
    TExtendee extendee
)
abstract GetExtenderNames : 
        extendee:'TExtendee -> string[] 
function GetExtenderNames(
    extendee : TExtendee
) : String[]

Parameters

Return Value

Type: array<System.String[]
A list of extender names provided for this object.

.NET Framework Security

See Also

Reference

IDatabaseProjectExtenderContributor<TExtendee> Interface

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