Freigeben über


IVsSmartTagTipWindow.Paint-Methode

Rendert das Fenster.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'Declaration
Function Paint ( _
    hdc As IntPtr, _
    prc As RECT(), _
    pColor As UInteger, _
    pColorText As UInteger, _
    fSel As Integer _
) As Integer
int Paint(
    IntPtr hdc,
    RECT[] prc,
    uint pColor,
    uint pColorText,
    int fSel
)
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
function Paint(
    hdc : IntPtr, 
    prc : RECT[], 
    pColor : uint, 
    pColorText : uint, 
    fSel : int
) : int

Parameter

  • hdc
    Typ: IntPtr

    Das Fensterhandle.

  • prc
    Typ: array<RECT[]

    [in] Die Koordinaten des umschließenden Rechtecks.

  • pColor
    Typ: UInt32

    Die Farbe ID.

  • pColorText
    Typ: UInt32

    Die Farben von Text ID.

  • fSel
    Typ: Int32

Rückgabewert

Typ: Int32
Wenn die Methode erfolgreich ausgeführt, gibt sie S_OKzurück.Bei einem Fehler wird ein Fehlercode zurückgegeben.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsSmartTagTipWindow Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace