Compartir a través de


IVsSmartTagTipWindow.Paint (Método)

genera la ventana.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxis

'Declaración
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

    Identificador de la ventana.

  • prc
    Tipo: array<RECT[]

    [in] Coordenadas del rectángulo delimitador.

  • pColor
    Tipo: UInt32

    La identificación de color

  • pColorText
    Tipo: UInt32

    La identificación de color del texto

  • fSel
    Tipo: Int32

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Seguridad de .NET Framework

Vea también

Referencia

IVsSmartTagTipWindow Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)