IVsTextViewIntellisenseHost.GetHostFlags(UInt32) Método

Definição

Sinalizadores de host (consulte enum IntellisenseHostFlags acima)

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

Parâmetros

pdwFlags
UInt32

Retornos

Int32

Se o método tiver sucesso, ele retornará NativeMethods.S_OK. Se falhar, retornará um código de erro.

Implementações

Comentários

De singlefileeditor. idl:

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

Aplica-se a