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
[<GuidAttribute("A086E870-AA0B-4EF9-8CF3-4A38267B9C7D")>]
[<InterfaceTypeAttribute()>]
type IVsDeployDependency =  interface end
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.

See Also

Reference

IVsDeployDependency Members

Microsoft.VisualStudio.Shell.Interop Namespace