Share via


IVsDataViewCaptionProvider.GetEditableCaption(Int32) Method

Definition

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

public:
 System::String ^ GetEditableCaption(int itemId);
public string GetEditableCaption (int itemId);
abstract member GetEditableCaption : int -> string
Public Function GetEditableCaption (itemId As Integer) As String

Parameters

itemId
Int32

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

Returns

The caption of the specified item.

Applies to