IVsTextViewIntellisenseHost.GetHostFlags(UInt32) Methode

Definition

Hostflags (siehe IntelliSenseHostFlags-Enumeration oben)

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

Gibt zurück

Int32

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

Implementiert

Hinweise

Aus singlefileeditor. idl:

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

Gilt für