Compartilhar via


Método IDatabaseProjectReferenceController.GetCaption

Retorna a legenda para o nó de referência.

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

Sintaxe

'Declaração
Function GetCaption ( _
    refNode As IDatabaseReferenceNode _
) As String
string GetCaption(
    IDatabaseReferenceNode refNode
)
String^ GetCaption(
    IDatabaseReferenceNode^ refNode
)
abstract GetCaption : 
        refNode:IDatabaseReferenceNode -> string 
function GetCaption(
    refNode : IDatabaseReferenceNode
) : String

Parâmetros

Valor de retorno

Tipo: System.String
A legenda.Se nulo ou vazio, a legenda padrão será usada.

Comentários

Se nenhuma legenda for fornecida, será usada uma legenda padrão com base no nome do arquivo ou nome do projeto.

Segurança do .NET Framework

Consulte também

Referência

IDatabaseProjectReferenceController Interface

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