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
- extendee
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerNode
Class that provides properties.
Return Value
Type: array<System.String[]
List of extender names.
.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
IDatabaseSchemaViewExtenderContributor Interface
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView Namespace