IVsSmartTagTipWindow.Paint Method

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

Syntax

'宣言
Function Paint ( _
    hdc As IntPtr, _
    prc As RECT(), _
    pColor As UInteger, _
    pColorText As UInteger, _
    fSel As Integer _
) As Integer
'使用
Dim instance As IVsSmartTagTipWindow
Dim hdc As IntPtr
Dim prc As RECT()
Dim pColor As UInteger
Dim pColorText As UInteger
Dim fSel As Integer
Dim returnValue As Integer

returnValue = instance.Paint(hdc, prc, _
    pColor, pColorText, fSel)
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
)
function Paint(
    hdc : IntPtr, 
    prc : RECT[], 
    pColor : uint, 
    pColorText : uint, 
    fSel : int
) : int

Parameters

  • prc
    Type: []

Return Value

Type: System.Int32

Permissions

See Also

Reference

IVsSmartTagTipWindow Interface

IVsSmartTagTipWindow Members

Microsoft.VisualStudio.TextManager.Interop Namespace