Compartir a través de


ISchemaModelViewerController.GetCaption (Método)

Devuelve el título para el nodo de elemento especificado.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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

Valor devuelto

Tipo: System.String
Título del nodo.

Seguridad de .NET Framework

Vea también

Referencia

ISchemaModelViewerController Interfaz

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer (Espacio de nombres)