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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。