다음을 통해 공유


IVsEnumExternalErrors 인터페이스

외부 오류 목록을 나타냅니다.

네임스페이스:  Microsoft.VisualStudio.TextManager.Interop
어셈블리:  Microsoft.VisualStudio.TextManager.Interop.8.0(Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

구문

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("20890A77-47C8-44DD-ABC7-3F0920C1B79A")> _
Public Interface IVsEnumExternalErrors
[InterfaceTypeAttribute()]
[GuidAttribute("20890A77-47C8-44DD-ABC7-3F0920C1B79A")]
public interface IVsEnumExternalErrors
[InterfaceTypeAttribute()]
[GuidAttribute(L"20890A77-47C8-44DD-ABC7-3F0920C1B79A")]
public interface class IVsEnumExternalErrors
[<InterfaceTypeAttribute()>]
[<GuidAttribute("20890A77-47C8-44DD-ABC7-3F0920C1B79A")>]
type IVsEnumExternalErrors =  interface end
public interface IVsEnumExternalErrors

IVsEnumExternalErrors 형식에서는 다음과 같은 멤버를 노출합니다.

메서드

  이름 설명
Public 메서드 Clone 현재 열거를 별도 개체로 복사본을 반환 합니다.
Public 메서드 Next 열거형의 다음 집합의 요소를 반환합니다.
Public 메서드 Reset 열거형의 첫 번째 요소를 다시 설정합니다.
Public 메서드 Skip 지정한 수의 요소를 건너뜁니다.

위쪽

설명

외부 오류가 파일에서 오류를 나타냅니다.

구현자 참고 사항

이 인터페이스 구현 된 엔터티에 의해 일반적으로 구현 되는 IVsReportExternalErrors 인터페이스 또는 외부 오류를 인터페이스에 추가 하는 데 필요한 모든 엔터티.

호출자 참고 사항

이 인터페이스를 호출 하 여 가져온는 GetErrors 메서드에서 IVsReportExternalErrors 인터페이스입니다. 이 인터페이스의 인스턴스를 전달 되는 AddNewErrors 메서드에서 IVsReportExternalErrors 인터페이스.

참고 항목

참조

Microsoft.VisualStudio.TextManager.Interop 네임스페이스