IVsContainedLanguage::Refresh Method (UInt32)
Visual Studio 2015
Recompiles the language file, or the entire project.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- dwRefreshMode
-
Type:
System::UInt32
[in] A value from the ContainedLanguageRefreshMode enumeration indicating what should be recompiled (the file or the whole project).
From singlefileeditor.idl:
HRESULT IVsContainedLanguage::Refresh(
[in] DWORD dwRefreshMode
);
Show: