Compartilhar via


Método IVsIntellisenseHost.UpdateSmartTagWindow

Atualiza a janela de marca inteligente.

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

Sintaxe

'Declaração
Function UpdateSmartTagWindow ( _
    pSmartTagWnd As IVsSmartTagTipWindow, _
    dwFlags As UInteger _
) As Integer
int UpdateSmartTagWindow(
    IVsSmartTagTipWindow pSmartTagWnd,
    uint dwFlags
)
int UpdateSmartTagWindow(
    [InAttribute] IVsSmartTagTipWindow^ pSmartTagWnd, 
    [InAttribute] unsigned int dwFlags
)
abstract UpdateSmartTagWindow : 
        pSmartTagWnd:IVsSmartTagTipWindow * 
        dwFlags:uint32 -> int
function UpdateSmartTagWindow(
    pSmartTagWnd : IVsSmartTagTipWindow, 
    dwFlags : uint
) : int

Parâmetros

  • dwFlags
    Tipo: UInt32

    [in] Sinalizadores que contenham sinalizadores de janela de dica. Valores são obtidas a partir do TipWindowFlags interface.

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

C++

De singlefileeditor.idl:

HRESULT IVsIntellisenseHost::UpdateSmartTagWindow([in]IVsSmartTagTipWindow *pSmartTagWnd, [in] DWORD dwFlags);

Segurança do .NET Framework

Consulte também

Referência

IVsIntellisenseHost Interface

Namespace Microsoft.VisualStudio.TextManager.Interop