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
pView
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextView[in]
pMarker
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextMarker[in] pointeur à l'interface d'IVsTextMarker pour la marque.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.