IVsContainedLanguageHost.GetErrorProviderInformation(String, Guid) Yöntem

Tanım

Hata sağlayıcısı hakkındaki bilgileri alır.

public:
 int GetErrorProviderInformation([Runtime::InteropServices::Out] System::String ^ % pbstrTaskProviderName, [Runtime::InteropServices::Out] Guid % pguidTaskProviderGuid);
public int GetErrorProviderInformation (out string pbstrTaskProviderName, out Guid pguidTaskProviderGuid);
abstract member GetErrorProviderInformation : string * Guid -> int
Public Function GetErrorProviderInformation (ByRef pbstrTaskProviderName As String, ByRef pguidTaskProviderGuid As Guid) As Integer

Parametreler

pbstrTaskProviderName
String

dışı Görev sağlayıcısının adı.

pguidTaskProviderGuid
Guid

dışı Görev sağlayıcısını tanımlayan bir GUID.

Döndürülenler

Int32

Başarılı olursa, döndürür S_OK ; Aksi takdirde, bir hata kodu döndürür.

Açıklamalar

COM Imzası

Singlefileeditor. IDL öğesinden:

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

Bu yöntem tarafından döndürülen bilgiler genellikle adı ve GUID arabirimi uygulayan düzenleyicidir IVsContainedLanguageHost .

Şunlara uygulanır