IVsDeployDependency2 Interface

Retrieves the dependency property values by name.

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

Syntax

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("77F54647-95E6-4033-91A8-51CCD014D945")> _
Public Interface IVsDeployDependency2
‘사용 방법
Dim instance As IVsDeployDependency2
[InterfaceTypeAttribute()]
[GuidAttribute("77F54647-95E6-4033-91A8-51CCD014D945")]
public interface IVsDeployDependency2
[InterfaceTypeAttribute()]
[GuidAttribute(L"77F54647-95E6-4033-91A8-51CCD014D945")]
public interface class IVsDeployDependency2
[<InterfaceTypeAttribute()>]
[<GuidAttribute("77F54647-95E6-4033-91A8-51CCD014D945")>]
type IVsDeployDependency2 =  interface end
public interface IVsDeployDependency2

Remarks

Implemented by project systems that support producing build outputs.

The IVsOutputGroup.interface depends on this interface.

See Also

Reference

IVsDeployDependency2 Members

Microsoft.VisualStudio.Shell.Interop Namespace