Partilhar via


Método IVsTextViewIntellisenseHost_Corrected.GetHostFlags

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

Sintaxe

'Declaração
Function GetHostFlags ( _
    <OutAttribute> ByRef pdwFlags As UInteger _
) As Integer
int GetHostFlags(
    out uint pdwFlags
)
int GetHostFlags(
    [OutAttribute] unsigned int% pdwFlags
)
abstract GetHostFlags : 
        pdwFlags:uint32 byref -> int
function GetHostFlags(
    pdwFlags : uint
) : int

Parâmetros

  • pdwFlags
    Tipo: UInt32%

Valor de retorno

Tipo: Int32

Segurança do .NET Framework

Consulte também

Referência

IVsTextViewIntellisenseHost_Corrected Interface

Namespace Microsoft.VisualStudio.TextManager.Interop