SchemaModelViewerControllerBaseInternal.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
Public Overrides Function GetCaption ( _
    node As ISchemaModelViewerElementNode _
) As String
public override string GetCaption(
    ISchemaModelViewerElementNode node
)
public:
virtual String^ GetCaption(
    ISchemaModelViewerElementNode^ node
) override
abstract GetCaption : 
        node:ISchemaModelViewerElementNode -> string 
override GetCaption : 
        node:ISchemaModelViewerElementNode -> string 
public override function GetCaption(
    node : ISchemaModelViewerElementNode
) : String

Parameters

Return Value

Type: System.String
Node caption.

Implements

ISchemaModelViewerController.GetCaption(ISchemaModelViewerElementNode)

.NET Framework Security

See Also

Reference

SchemaModelViewerControllerBaseInternal Class

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