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
- node
Tipo: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerElementNode
Nó de elemento.
Valor de retorno
Tipo: System.String
Legenda do nó.
Implementações
ISchemaModelViewerController.GetCaption(ISchemaModelViewerElementNode)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
SchemaModelViewerControllerBase Classe
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer