VsTextTipWindowClass.Paint(IntPtr, RECT[]) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Peint la fenêtre d'info-bulle.
public:
virtual int Paint(IntPtr hdc, cli::array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ prc) = Microsoft::VisualStudio::TextManager::Interop::IVsTextTipWindow::Paint;
public virtual int Paint (IntPtr hdc, Microsoft.VisualStudio.OLE.Interop.RECT[] prc);
abstract member Paint : nativeint * Microsoft.VisualStudio.OLE.Interop.RECT[] -> int
override this.Paint : nativeint * Microsoft.VisualStudio.OLE.Interop.RECT[] -> int
Public Overridable Function Paint (hdc As IntPtr, prc As RECT()) As Integer
Paramètres
- hdc
- IntPtr
[in] Handle vers le contexte d'affichage dans lequel dessiner la fenêtre Bulle.
- prc
- RECT[]
[in] Spécifie le rectangle englobant pour la fenêtre de l'info-bulle.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.