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)

[GuidAttribute("A086E870-AA0B-4EF9-8CF3-4A38267B9C7D")]
[InterfaceTypeAttribute(1)]
public interface IVsDeployDependency

NameDescription
System_CAPS_pubmethodget_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.

Return to top
Show: