Método ISchemaModelViewerController.GetCaption
Retorna 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
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
Parâmetros
- node
Tipo: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerElementNode
Nó de elemento.
Valor de retorno
Tipo: System.String
Legenda do nó.
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
ISchemaModelViewerController Interface
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer