Condividi tramite


Metodo IVsSmartTagTipWindow.Paint

Esegue il rendering della finestra.

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintassi

'Dichiarazione
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

Parametri

  • hdc
    Tipo: IntPtr

    L'handle della finestra.

  • prc
    Tipo: array<RECT[]

    [in] Coordinate del rettangolo di delimitazione.

  • pColor
    Tipo: UInt32

    L'identificazione di colore

  • pColorText
    Tipo: UInt32

    L'identificazione del testo di colore

  • fSel
    Tipo: Int32

Valore restituito

Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsSmartTagTipWindow Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop