Compartilhar via


Método SchemaModelViewerControllerBase.GetCaption

Obtém a legenda para o nó do elemento especificado.

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

Sintaxe

'Declaração
Public Overridable Function GetCaption ( _
    node As ISchemaModelViewerElementNode _
) As String
public virtual string GetCaption(
    ISchemaModelViewerElementNode node
)
public:
virtual String^ GetCaption(
    ISchemaModelViewerElementNode^ node
)
abstract GetCaption : 
        node:ISchemaModelViewerElementNode -> string 
override GetCaption : 
        node:ISchemaModelViewerElementNode -> string 
public function GetCaption(
    node : ISchemaModelViewerElementNode
) : String

Parâmetros

Valor de retorno

Tipo: System.String
Legenda do nó.

Implementações

ISchemaModelViewerController.GetCaption(ISchemaModelViewerElementNode)

Segurança do .NET Framework

Consulte também

Referência

SchemaModelViewerControllerBase Classe

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