IVsContainedLanguage.Refresh(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Recompiles the language file, or the entire project.
public:
int Refresh(System::UInt32 dwRefreshMode);
public:
int Refresh(unsigned int dwRefreshMode);
int Refresh(unsigned int dwRefreshMode);
public int Refresh (uint dwRefreshMode);
abstract member Refresh : uint32 -> int
Public Function Refresh (dwRefreshMode As UInteger) As Integer
Parameters
- dwRefreshMode
- UInt32
[in] A value from the ContainedLanguageRefreshMode enumeration indicating what should be recompiled (the file or the whole project).
Returns
If successful, returns S_OK; otherwise, returns an error code.
Remarks
COM Signature
From singlefileeditor.idl:
HRESULT IVsContainedLanguage::Refresh(
[in] DWORD dwRefreshMode
);