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
- extendee
Type: TExtendee
Return Value
Type: array<System.String[]
A list of extender names provided for this object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDatabaseProjectExtenderContributor<TExtendee> Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace