Partager via


IVsContainedLanguageHost.GetErrorProviderInformation, méthode

Extrait des informations sur le fournisseur d'erreur.

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 GetErrorProviderInformation ( _
    <OutAttribute> ByRef pbstrTaskProviderName As String, _
    <OutAttribute> ByRef pguidTaskProviderGuid As Guid _
) As Integer
int GetErrorProviderInformation(
    out string pbstrTaskProviderName,
    out Guid pguidTaskProviderGuid
)
int GetErrorProviderInformation(
    [OutAttribute] String^% pbstrTaskProviderName, 
    [OutAttribute] Guid% pguidTaskProviderGuid
)
abstract GetErrorProviderInformation : 
        pbstrTaskProviderName:string byref * 
        pguidTaskProviderGuid:Guid byref -> int
function GetErrorProviderInformation(
    pbstrTaskProviderName : String, 
    pguidTaskProviderGuid : Guid
) : int

Paramètres

  • pbstrTaskProviderName
    Type : String%

    [] nom du fournisseur de tâche.

  • pguidTaskProviderGuid
    Type : Guid%

    [] A GUID identifiant le fournisseur de tâche.

Valeur de retour

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

Notes

Signature de COM

De singlefileeditor.idl :

HRESULT GetErrorProviderInformation(
   [out] BSTR* pbstrTaskProviderName,
   [out] GUID* pguidTaskProviderGuid
);

Les informations retournées par cette méthode sont en général le nom et GUID pour l'éditeur qui implémente l'interface d'IVsContainedLanguageHost.

Sécurité .NET Framework

Voir aussi

Référence

IVsContainedLanguageHost Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms