IVsContainedLanguage::SetHost Method (IVsContainedLanguageHost^)
Visual Studio 2015
Sets the language host for the secondary language.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- pHost
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsContainedLanguageHost^
[in] An IVsContainedLanguageHost object representing the new language host. Can be a null value (see Remarks for details).
The pHost parameter can be a null value in which case, the contained language should release any previously cached language host interface.
From singlefileeditor.idl:
HRESULT IVsContainedLanguage::SetHost(
[in] IVsContainedLanguageHost* pHost
);
Show: