IVsIntellisenseHost.GetHostFlags(UInt32) Methode

Definition

Ruft die IntelliSense-hostflags aus der- IntellisenseHostFlags Enumeration ab.

public:
 int GetHostFlags([Runtime::InteropServices::Out] System::UInt32 % pdwFlags);
int GetHostFlags([Runtime::InteropServices::Out] unsigned int & pdwFlags);
public int GetHostFlags (out uint pdwFlags);
abstract member GetHostFlags : uint32 -> int
Public Function GetHostFlags (ByRef pdwFlags As UInteger) As Integer

Parameter

pdwFlags
UInt32

[out, retval] Die IntelliSense-hostflags.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

C++

Aus singlefileeditor. idl:

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

Gilt für