IVsContainedLanguageHost::GetErrorProviderInformation Method (String^, Guid)
Visual Studio 2015
Retrieves information about the error provider.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
int GetErrorProviderInformation(
[OutAttribute] String^% pbstrTaskProviderName,
[OutAttribute] Guid% pguidTaskProviderGuid
)
Parameters
- pbstrTaskProviderName
-
Type:
System::String^
[out] Name of the task provider.
- pguidTaskProviderGuid
-
Type:
System::Guid
[out] A GUID identifying the task provider.
From singlefileeditor.idl:
HRESULT GetErrorProviderInformation( [out] BSTR* pbstrTaskProviderName, [out] GUID* pguidTaskProviderGuid );
The information returned by this method is typically the name and GUID for the editor that implements the IVsContainedLanguageHost interface.
Show: