IVsLanguageServiceBuildErrorReporter Interface
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaración
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("A7C1346C-6FD6-4AD5-A6FA-AE732AA42040")> _
Public Interface IVsLanguageServiceBuildErrorReporter
'Uso
Dim instance As IVsLanguageServiceBuildErrorReporter
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("A7C1346C-6FD6-4AD5-A6FA-AE732AA42040")]
public interface IVsLanguageServiceBuildErrorReporter
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"A7C1346C-6FD6-4AD5-A6FA-AE732AA42040")]
public interface class IVsLanguageServiceBuildErrorReporter
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("A7C1346C-6FD6-4AD5-A6FA-AE732AA42040")>]
type IVsLanguageServiceBuildErrorReporter = interface end
public interface IVsLanguageServiceBuildErrorReporter