IVsTextViewIntellisenseHost_Corrected.GetHostFlags Method (UInt32%)

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

Syntax

'Déclaration
Function GetHostFlags ( _
    <OutAttribute> ByRef pdwFlags As UInteger _
) As Integer
'Utilisation
Dim instance As IVsTextViewIntellisenseHost_Corrected
Dim pdwFlags As UInteger
Dim returnValue As Integer

returnValue = instance.GetHostFlags(pdwFlags)
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

IVsTextViewIntellisenseHost_Corrected Members

GetHostFlags Overload

Microsoft.VisualStudio.TextManager.Interop Namespace