SVsErrorList Interface

Passed to GetService to return a reference to IVsErrorList.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("599BCD9E-CAFA-43DF-AA03-129C0004C2BD")> _
Public Interface SVsErrorList
‘사용 방법
Dim instance As SVsErrorList
[InterfaceTypeAttribute()]
[GuidAttribute("599BCD9E-CAFA-43DF-AA03-129C0004C2BD")]
public interface SVsErrorList
[InterfaceTypeAttribute()]
[GuidAttribute(L"599BCD9E-CAFA-43DF-AA03-129C0004C2BD")]
public interface class SVsErrorList
[<InterfaceTypeAttribute()>]
[<GuidAttribute("599BCD9E-CAFA-43DF-AA03-129C0004C2BD")>]
type SVsErrorList =  interface end
public interface SVsErrorList

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace