Share via


ISchemaViewController.GetCaption Method

Returns the caption for the specified element node.

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

Syntax

'Declaration
Function GetCaption ( _
    node As IDatabaseSchemaViewElementNode _
) As String
'Usage
Dim instance As ISchemaViewController
Dim node As IDatabaseSchemaViewElementNode
Dim returnValue As String

returnValue = instance.GetCaption(node)
string GetCaption(
    IDatabaseSchemaViewElementNode node
)
String^ GetCaption(
    IDatabaseSchemaViewElementNode^ node
)
function GetCaption(
    node : IDatabaseSchemaViewElementNode
) : String
abstract GetCaption : 
        node:IDatabaseSchemaViewElementNode -> string 

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

ISchemaViewController Interface

ISchemaViewController Members

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView Namespace