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
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("77F54647-95E6-4033-91A8-51CCD014D945")> _
Public Interface 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
The IVsDeployDependency2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
get_Property | Gets the value of a dependency property. |
Top
Remarks
Implemented by project systems that support producing build outputs.
The IVsOutputGroup.interface depends on this interface.