Share via


EnumExternalErrors Class

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal..::..EnumExternalErrors

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
Public NotInheritable Class EnumExternalErrors _
    Implements IVsEnumExternalErrors
'Usage
Dim instance As EnumExternalErrors
[ComVisibleAttribute(true)]
public sealed class EnumExternalErrors : IVsEnumExternalErrors
[ComVisibleAttribute(true)]
public ref class EnumExternalErrors sealed : IVsEnumExternalErrors
[<SealedAttribute>]
[<ComVisibleAttribute(true)>]
type EnumExternalErrors =  
    class
        interface IVsEnumExternalErrors
    end
public final class EnumExternalErrors implements IVsEnumExternalErrors

The EnumExternalErrors type exposes the following members.

Constructors

  Name Description
Public method EnumExternalErrors

Top

Methods

  Name Description
Public method Clone
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Next
Public method Reset
Public method Skip
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace