IVsDataViewCaptionProvider.GetCaption Method
Retrieves the caption 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 GetCaption ( _
itemId As Integer _
) As String
string GetCaption(
int itemId
)
String^ GetCaption(
int itemId
)
abstract GetCaption :
itemId:int -> string
function GetCaption(
itemId : int
) : String
Parameters
itemId
Type: System.Int32A numerical identifier for the item to get the caption for.
Return Value
Type: System.String
The caption of the specified item.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataViewCaptionProvider Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace