Share via


IVsDeployDependency Interface

Provides access to an output group dependency.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
<GuidAttribute("A086E870-AA0B-4EF9-8CF3-4A38267B9C7D")> _
<InterfaceTypeAttribute()> _
Public Interface IVsDeployDependency
[GuidAttribute("A086E870-AA0B-4EF9-8CF3-4A38267B9C7D")]
[InterfaceTypeAttribute()]
public interface IVsDeployDependency
[GuidAttribute(L"A086E870-AA0B-4EF9-8CF3-4A38267B9C7D")]
[InterfaceTypeAttribute()]
public interface class IVsDeployDependency
[<GuidAttribute("A086E870-AA0B-4EF9-8CF3-4A38267B9C7D")>]
[<InterfaceTypeAttribute()>]
type IVsDeployDependency =  interface end
public interface IVsDeployDependency

The IVsDeployDependency type exposes the following members.

Methods

  Name Description
Public method get_DeployDependencyURL Returns the URL of a dependency.

Top

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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace