Partager via


IVsContainedLanguage.WaitForReadyState, méthode

Appelé pour garantir le langage contenu est prêt.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
Function WaitForReadyState As Integer
int WaitForReadyState()
int WaitForReadyState()
abstract WaitForReadyState : unit -> int
function WaitForReadyState() : int

Valeur de retour

Type : Int32
Si réussi, retours S_OK ; sinon, retours code d'erreur.

Notes

Cette méthode ne se retourne pas jusqu'à ce que le langage contenu soit prêt à être utilisé.

Signature de COM

De singlefileeditor.idl :

HRESULT IVsContainedLanguage::WaitForReadyState();

Sécurité .NET Framework

Voir aussi

Référence

IVsContainedLanguage Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms