IVsProjectDeployDependency Interface

Provides information about project-to-project dependencies. Implemented by a project system that supports producing builds. Inherits from IVsDeployDependency.

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

Syntax

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("B4D28A5B-063D-4622-B0C7-C3DDEBFCDCCF")> _
Public Interface IVsProjectDeployDependency _
    Inherits IVsDeployDependency
‘사용 방법
Dim instance As IVsProjectDeployDependency
[InterfaceTypeAttribute()]
[GuidAttribute("B4D28A5B-063D-4622-B0C7-C3DDEBFCDCCF")]
public interface IVsProjectDeployDependency : IVsDeployDependency
[InterfaceTypeAttribute()]
[GuidAttribute(L"B4D28A5B-063D-4622-B0C7-C3DDEBFCDCCF")]
public interface class IVsProjectDeployDependency : IVsDeployDependency
[<InterfaceTypeAttribute()>]
[<GuidAttribute("B4D28A5B-063D-4622-B0C7-C3DDEBFCDCCF")>]
type IVsProjectDeployDependency =  
    interface
        interface IVsDeployDependency
    end
public interface IVsProjectDeployDependency extends IVsDeployDependency

See Also

Reference

IVsProjectDeployDependency Members

Microsoft.VisualStudio.Shell.Interop Namespace