IVsDeployDependency Interface

Definition

Provides access to an output group dependency.

public interface class IVsDeployDependency
public interface class IVsDeployDependency
__interface IVsDeployDependency
[System.Runtime.InteropServices.Guid("A086E870-AA0B-4EF9-8CF3-4A38267B9C7D")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsDeployDependency
[System.Runtime.InteropServices.Guid("A086E870-AA0B-4EF9-8CF3-4A38267B9C7D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDeployDependency
[<System.Runtime.InteropServices.Guid("A086E870-AA0B-4EF9-8CF3-4A38267B9C7D")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsDeployDependency = interface
[<System.Runtime.InteropServices.Guid("A086E870-AA0B-4EF9-8CF3-4A38267B9C7D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDeployDependency = interface
Public Interface IVsDeployDependency
Derived
Attributes

Remarks

Dependencies described by IVsDeployDependency are dependencies of an output group. A pointer to this interface is passed to the get_DeployDependencies method of IVsOutputGroup.

Notes to Implementers

Implemented by projects that participate in deployment by defining output items and groups that must be moved from one location to another after the build process is complete.

Methods

get_DeployDependencyURL(String)

Returns the URL of a dependency.

Applies to