IVsReportExternalErrors Interface
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
<GuidAttribute("96F0CABD-DB51-428F-A42D-C756057D35C2")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsReportExternalErrors
'Usage
Dim instance As IVsReportExternalErrors
[GuidAttribute("96F0CABD-DB51-428F-A42D-C756057D35C2")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsReportExternalErrors
[GuidAttribute(L"96F0CABD-DB51-428F-A42D-C756057D35C2")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsReportExternalErrors
[<GuidAttribute("96F0CABD-DB51-428F-A42D-C756057D35C2")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsReportExternalErrors = interface end
public interface IVsReportExternalErrors
The IVsReportExternalErrors type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddNewErrors | ||
ClearAllErrors | ||
GetErrors |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace