Partager via


IVsContainedLanguage.SetHost, méthode

Définit l'hôte de langage pour la langue secondaire.

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 SetHost ( _
    pHost As IVsContainedLanguageHost _
) As Integer
int SetHost(
    IVsContainedLanguageHost pHost
)
int SetHost(
    [InAttribute] IVsContainedLanguageHost^ pHost
)
abstract SetHost : 
        pHost:IVsContainedLanguageHost -> int
function SetHost(
    pHost : IVsContainedLanguageHost
) : int

Paramètres

Valeur de retour

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

Notes

Le paramètre d'pHost peut être une valeur NULL dans ce cas, le langage contenu libère toute interface précédemment mise en cache d'hôte de langage.

Signature de COM

De singlefileeditor.idl :

HRESULT IVsContainedLanguage::SetHost(
   [in] IVsContainedLanguageHost* pHost
);

Sécurité .NET Framework

Voir aussi

Référence

IVsContainedLanguage Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms