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
<GuidAttribute("A086E870-AA0B-4EF9-8CF3-4A38267B9C7D")> _
<InterfaceTypeAttribute()> _
Public Interface IVsDeployDependency
Dim instance As IVsDeployDependency
[GuidAttribute("A086E870-AA0B-4EF9-8CF3-4A38267B9C7D")]
[InterfaceTypeAttribute()]
public interface IVsDeployDependency
[GuidAttribute(L"A086E870-AA0B-4EF9-8CF3-4A38267B9C7D")]
[InterfaceTypeAttribute()]
public interface class IVsDeployDependency
public interface IVsDeployDependency
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.