IVsContainedLanguage::Refresh Method (UInt32)

 

Recompiles the language file, or the entire project.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

int Refresh(
	unsigned int dwRefreshMode
)

Parameters

dwRefreshMode
Type: System::UInt32

[in] A value from the ContainedLanguageRefreshMode enumeration indicating what should be recompiled (the file or the whole project).

Return Value

Type: System::Int32

If successful, returns S_OK; otherwise, returns an error code.

From singlefileeditor.idl:

HRESULT IVsContainedLanguage::Refresh(
   [in] DWORD dwRefreshMode
);
Return to top
Show: