Share via


EnumDependencies Class

This class and its members are reserved for internal use and are not intended to be used in your code.

This API is not CLS-compliant. 

Inheritance Hierarchy

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

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class EnumDependencies _
    Implements IVsEnumDependencies
'Usage
Dim instance As EnumDependencies
[CLSCompliantAttribute(false)]
public class EnumDependencies : IVsEnumDependencies
[CLSCompliantAttribute(false)]
public ref class EnumDependencies : IVsEnumDependencies
[<CLSCompliantAttribute(false)>]
type EnumDependencies =  
    class
        interface IVsEnumDependencies
    end
public class EnumDependencies implements IVsEnumDependencies

The EnumDependencies type exposes the following members.

Constructors

  Name Description
Public method EnumDependencies(IList< (Of < <' (IVsBuildDependency> ) > > )) Initializes a new instance of the EnumDependencies class.
Public method EnumDependencies(IList< (Of < <' (IVsDependency> ) > > )) Initializes a new instance of the EnumDependencies class.

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