Sdílet prostřednictvím


IVsDataViewCaptionProvider.GetEditableCaption – metoda

Načte titulek, který lze upravovat, uzlu zadaná v Server Explorer.

Obor názvů:  Microsoft.VisualStudio.Data.Services.SupportEntities
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Deklarace
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

Parametry

  • itemId
    Typ: System.Int32
    Číselný identifikátor titulek pro položku.

Vrácená hodnota

Typ: System.String
Titulek zadanou položku.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataViewCaptionProvider Rozhraní

Microsoft.VisualStudio.Data.Services.SupportEntities – obor názvů