Partager via


VsSmartTagTipWindowClass.Paint, 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
Public Overridable Function Paint ( _
    hdc As IntPtr, _
    prc As RECT(), _
    pColor As UInteger, _
    pColorText As UInteger, _
    fSel As Integer _
) As Integer
public virtual int Paint(
    IntPtr hdc,
    RECT[] prc,
    uint pColor,
    uint pColorText,
    int fSel
)
public:
virtual int Paint(
    [InAttribute] IntPtr hdc, 
    [InAttribute] array<RECT>^ prc, 
    [InAttribute] unsigned int pColor, 
    [InAttribute] unsigned int pColorText, 
    [InAttribute] int fSel
)
abstract Paint : 
        hdc:IntPtr * 
        prc:RECT[] * 
        pColor:uint32 * 
        pColorText:uint32 * 
        fSel:int -> int  
override Paint : 
        hdc:IntPtr * 
        prc:RECT[] * 
        pColor:uint32 * 
        pColorText:uint32 * 
        fSel:int -> int
public function Paint(
    hdc : IntPtr, 
    prc : RECT[], 
    pColor : uint, 
    pColorText : uint, 
    fSel : int
) : int

Paramètres

  • hdc
    Type : IntPtr
  • prc
    Type : array<RECT[]
  • pColor
    Type : UInt32
  • pColorText
    Type : UInt32
  • fSel
    Type : Int32

Valeur de retour

Type : Int32

Implémentations

IVsSmartTagTipWindow.Paint(IntPtr, array<RECT[], UInt32, UInt32, Int32)

Sécurité .NET Framework

Voir aussi

Référence

VsSmartTagTipWindowClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms