Share via


IVsTextViewIntellisenseHost_Corrected.GetHostFlags Method

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

Syntax

'Declaration
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

Parameters

Return Value

Type: System.Int32

Implements

IVsIntellisenseHost_Corrected.GetHostFlags(UInt32%)

.NET Framework Security

See Also

Reference

IVsTextViewIntellisenseHost_Corrected Interface

Microsoft.VisualStudio.TextManager.Interop Namespace