IVsDataViewCaptionProvider.GetEditableCaption(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, 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.