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 | |
---|---|---|
EnumExternalErrors |
Top
Methods
Name | Description | |
---|---|---|
Clone | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Next | ||
Reset | ||
Skip | ||
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