IVsDeployDependency Interface
Visual Studio 2015
Provides access to an output group dependency.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | get_DeployDependencyURL(String) | Returns the URL of a dependency. |
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.
Show:
