IVsContainedLanguage.WaitForReadyState Method

Definition

Called to ensure the contained language is ready.

public:
 int WaitForReadyState();
public:
 int WaitForReadyState();
int WaitForReadyState();
public int WaitForReadyState ();
abstract member WaitForReadyState : unit -> int
Public Function WaitForReadyState () As Integer

Returns

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

Remarks

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

COM Signature

From singlefileeditor.idl:

HRESULT IVsContainedLanguage::WaitForReadyState();  

Applies to