IVsDataViewCaptionProvider.GetEditableCaption (Método)

Recupera la leyenda, que puede editarse, del nodo especificado en el Explorador de servidores.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services.SupportEntities
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
Function GetEditableCaption ( _
    itemId As Integer _
) As String
string GetEditableCaption(
    int itemId
)
String^ GetEditableCaption(
    int itemId
)
abstract GetEditableCaption : 
        itemId:int -> string 
function GetEditableCaption(
    itemId : int
) : String

Parámetros

  • itemId
    Tipo: System.Int32
    Identificador numérico del elemento que se obtenga la leyenda para.

Valor devuelto

Tipo: System.String
La leyenda del elemento especificado.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataViewCaptionProvider Interfaz

Microsoft.VisualStudio.Data.Services.SupportEntities (Espacio de nombres)