IVsTextViewIntellisenseHost::GetSubjectText Method (String^)
Visual Studio 2015
The text upon which Intellisense should operate.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- pbstrSubjectText
-
Type:
System::String^
Return Value
Type: System::Int32If the method succeeds, it returns NativeMethods.S_OK. If it fails, it returns an error code.
Returns E_NOTIMPL if GetHostFlags()includes IHF_NOSEPARATESUBJECT. The contents of the context buffer should be considered the subject text.
From singlefileeditor.idl:
HRESULT IVsTextViewIntellisenseHost::GetSubjectText([out, retval] BSTR *pbstrSubjectText);
Show: