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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.