IVsDataViewCaptionProvider.GetCaption(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.