Partager via


IVsTextMarkerClientEx.OnHoverOverMarker, méthode

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
Function OnHoverOverMarker ( _
    pView As IVsTextView, _
    pMarker As IVsTextMarker, _
    fShowUI As Integer _
) As Integer
int OnHoverOverMarker(
    IVsTextView pView,
    IVsTextMarker pMarker,
    int fShowUI
)
int OnHoverOverMarker(
    [InAttribute] IVsTextView^ pView, 
    [InAttribute] IVsTextMarker^ pMarker, 
    [InAttribute] int fShowUI
)
abstract OnHoverOverMarker : 
        pView:IVsTextView * 
        pMarker:IVsTextMarker * 
        fShowUI:int -> int
function OnHoverOverMarker(
    pView : IVsTextView, 
    pMarker : IVsTextMarker, 
    fShowUI : int
) : int

Paramètres

  • fShowUI
    Type : Int32

    [in]

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

Signature de COM

De textmgr.idl :

HRESULT IVsTextMarkerClientEx::OnHoverOverMarker(
   [in] IVsTextView *pView,
   [in] IVsTextMarker* pMarker,
   [in] BOOL fShowUI
);

Sécurité .NET Framework

Voir aussi

Référence

IVsTextMarkerClientEx Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms