Share via


ISchemaModelViewerController.GetCaption Method

Returns the caption for the specified element node.

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

Syntax

'Declaration
Function GetCaption ( _
    node As ISchemaModelViewerElementNode _
) As String
string GetCaption(
    ISchemaModelViewerElementNode node
)
String^ GetCaption(
    ISchemaModelViewerElementNode^ node
)
abstract GetCaption : 
        node:ISchemaModelViewerElementNode -> string 
function GetCaption(
    node : ISchemaModelViewerElementNode
) : String

Parameters

Return Value

Type: System.String
Node caption.

.NET Framework Security

See Also

Reference

ISchemaModelViewerController Interface

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