Share via


IVsDataViewCaptionProvider.GetCaption(Int32) Method

Definition

Retrieves the caption of the specified node in Server Explorer.

public:
 System::String ^ GetCaption(int itemId);
public string GetCaption (int itemId);
abstract member GetCaption : int -> string
Public Function GetCaption (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