IVsContainedLanguage::WaitForReadyState Method ()

 

Called to ensure the contained language is ready.

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

int WaitForReadyState()

Return Value

Type: System::Int32

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

This method does not return until the contained language is ready to be used.

From singlefileeditor.idl:

HRESULT IVsContainedLanguage::WaitForReadyState();
Return to top
Show: