IVsIntellisenseLangTip.Update Method
Updates a language tooltip.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'宣告
Function Update ( _
pTipWnd As IVsTipWindow, _
dwFlags As UInteger _
) As Integer
int Update(
IVsTipWindow pTipWnd,
uint dwFlags
)
int Update(
[InAttribute] IVsTipWindow^ pTipWnd,
[InAttribute] unsigned int dwFlags
)
abstract Update :
pTipWnd:IVsTipWindow *
dwFlags:uint32 -> int
function Update(
pTipWnd : IVsTipWindow,
dwFlags : uint
) : int
Parameters
- pTipWnd
Type: Microsoft.VisualStudio.TextManager.Interop.IVsTipWindow
[in] A pointer to the IVsTipWindow interface.
- dwFlags
Type: System.UInt32
[in] Tip window flags. Values are taken from TipWindowFlags enumeration.
Return Value
Type: System.Int32
If the method succeeds, it returns NativeMethods.S_OK. If it fails, it returns an error code.
Remarks
C++
From singlefileeditor.idl:
HRESULT IVsIntellisenseLangTip::Update([in] IVsTipWindow *pTipWnd, [in] DWORD dwFlags);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.