IVsDataViewCaptionProvider.GetEditableCaption Method
Retrieves the caption, which can be edited, 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
'Dichiarazione
Function GetEditableCaption ( _
itemId As Integer _
) As String
string GetEditableCaption(
int itemId
)
String^ GetEditableCaption(
int itemId
)
abstract GetEditableCaption :
itemId:int -> string
function GetEditableCaption(
itemId : int
) : String
Parameters
- itemId
Type: System.Int32
A 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