Partilhar via


Método IVsSmartTagTipWindow.Paint

Processa a janela.

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

Sintaxe

'Declaração
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

Parâmetros

  • hdc
    Tipo: IntPtr

    O identificador de janela.

  • prc
    Tipo: array<RECT[]

    [in] Coordenadas do retângulo delimitador.

  • pColor
    Tipo: UInt32

    A identificação de cor.

  • pColorText
    Tipo: UInt32

    A identificação do texto de cor.

  • fSel
    Tipo: Int32

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Segurança do .NET Framework

Consulte também

Referência

IVsSmartTagTipWindow Interface

Namespace Microsoft.VisualStudio.TextManager.Interop