IVsEnumExternalErrors Interface
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("20890A77-47C8-44DD-ABC7-3F0920C1B79A")> _
Public Interface IVsEnumExternalErrors
'Usage
Dim instance As IVsEnumExternalErrors
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("20890A77-47C8-44DD-ABC7-3F0920C1B79A")]
public interface IVsEnumExternalErrors
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"20890A77-47C8-44DD-ABC7-3F0920C1B79A")]
public interface class IVsEnumExternalErrors
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("20890A77-47C8-44DD-ABC7-3F0920C1B79A")>]
type IVsEnumExternalErrors = interface end
public interface IVsEnumExternalErrors
The IVsEnumExternalErrors type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clone | ||
Next | ||
Reset | ||
Skip |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace