Partager via


IVsIntellisenseHost.GetHostFlags, méthode

Obtient les balises d'hôte d'Intellisense de l'énumération d'IntelliSenseHostFlags.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
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

Paramètres

  • pdwFlags
    Type : UInt32%

    [out, retval] la balise d'hôte d'Intellisense de l'énumération d'IntellisenseHostFlags.

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

C++

De singlefileeditor.idl :

HRESULT IVsIntellisenseHost::GetHostFlags([out, retval] DWORD *pdwFlags);

Sécurité .NET Framework

Voir aussi

Référence

IVsIntellisenseHost Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms