IVsDependency Interface

Definition

Describes a project that is used by another project in build operations or deployment.

public interface class IVsDependency
public interface class IVsDependency
__interface IVsDependency
[System.Runtime.InteropServices.Guid("9DB6689F-3C5F-43ED-B0D5-54851A980B93")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsDependency
[System.Runtime.InteropServices.Guid("9DB6689F-3C5F-43ED-B0D5-54851A980B93")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDependency
[<System.Runtime.InteropServices.Guid("9DB6689F-3C5F-43ED-B0D5-54851A980B93")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsDependency = interface
[<System.Runtime.InteropServices.Guid("9DB6689F-3C5F-43ED-B0D5-54851A980B93")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDependency = interface
Public Interface IVsDependency
Derived
Attributes

Notes to Implementers

Implemented by projects that have one or more dependencies that affect their build or deploy operations.

Notes to Callers

Called by the environment or deployment projects that require information about dependencies.

Methods

get_CanonicalName(String)

Returns the canonical name of a dependency.

get_Description(String)

Returns the description of a dependency.

get_HelpContext(UInt32)

Returns a pointer to the Help context of a dependency.

get_HelpFile(String)

Returns the name of the Help file of a dependency.

get_Type(Guid)

Returns the type of a dependency.

Applies to