Share via


IVsDataViewCaptionProvider.GetEditableCaption Method

Retrieves the caption, which can be edited, of the specified node in Server Explorer.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
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

Parameters

  • itemId
    Type: System.Int32

    A numerical identifier for the item to get the caption for.

Return Value

Type: System.String
The caption of the specified item.

.NET Framework Security

See Also

Reference

IVsDataViewCaptionProvider Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace