共用方式為


IVsSmartTagTipWindow.Paint 方法

呈現的視窗。

命名空間:  Microsoft.VisualStudio.TextManager.Interop
組件:  Microsoft.VisualStudio.TextManager.Interop.8.0 (在 Microsoft.VisualStudio.TextManager.Interop.8.0.dll 中)

語法

'宣告
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

參數

  • hdc
    類型:IntPtr

    視窗控制代碼 (Window Handle)。

  • prc
    類型:array<RECT[]

    [in]這個界限矩形的座標。

  • pColor
    類型:UInt32

    色彩識別碼。

  • pColorText
    類型:UInt32

    色彩文字識別碼。

  • fSel
    類型:Int32

傳回值

類型:Int32
如果此方法將會成功,則會傳回S_OK。如果失敗,它就會傳回錯誤碼。

.NET Framework 安全性

請參閱

參考

IVsSmartTagTipWindow 介面

Microsoft.VisualStudio.TextManager.Interop 命名空間