IVsContainedLanguage.WaitForReadyState 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.
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();