Share via


NestedProjectBuildDependency Class

This class and its members are reserved for internal use and are not intended to be used in your code. Used for adding a build dependency to nested project (not a real project reference)

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class NestedProjectBuildDependency _
    Implements IVsBuildDependency, IVsDependency
'Usage
Dim instance As NestedProjectBuildDependency
public class NestedProjectBuildDependency : IVsBuildDependency, 
    IVsDependency
public ref class NestedProjectBuildDependency : IVsBuildDependency, 
    IVsDependency
type NestedProjectBuildDependency =  
    class
        interface IVsBuildDependency
        interface IVsDependency
    end
public class NestedProjectBuildDependency implements IVsBuildDependency, IVsDependency

The NestedProjectBuildDependency type exposes the following members.

Constructors

  Name Description
Public method NestedProjectBuildDependency Initializes a new instance of the NestedProjectBuildDependency class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method get_CanonicalName
Public method get_Description
Public method get_HelpContext
Public method get_HelpFile
Public method get_MustUpdateBefore
Public method get_ReferredProject
Public method get_Type
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
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