IVsProjectDeployDependency Interface   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about project-to-project dependencies. Implemented by a project system that supports producing builds. Inherits from IVsDeployDependency.
public interface class IVsProjectDeployDependency : Microsoft::VisualStudio::Shell::Interop::IVsDeployDependencypublic interface class IVsProjectDeployDependency : Microsoft::VisualStudio::Shell::Interop::IVsDeployDependency__interface IVsProjectDeployDependency : Microsoft::VisualStudio::Shell::Interop::IVsDeployDependency[System.Runtime.InteropServices.Guid("B4D28A5B-063D-4622-B0C7-C3DDEBFCDCCF")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsProjectDeployDependency : Microsoft.VisualStudio.Shell.Interop.IVsDeployDependency[System.Runtime.InteropServices.Guid("B4D28A5B-063D-4622-B0C7-C3DDEBFCDCCF")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectDeployDependency : Microsoft.VisualStudio.Shell.Interop.IVsDeployDependency[<System.Runtime.InteropServices.Guid("B4D28A5B-063D-4622-B0C7-C3DDEBFCDCCF")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsProjectDeployDependency = interface
    interface IVsDeployDependency[<System.Runtime.InteropServices.Guid("B4D28A5B-063D-4622-B0C7-C3DDEBFCDCCF")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProjectDeployDependency = interface
    interface IVsDeployDependencyPublic Interface IVsProjectDeployDependency
Implements IVsDeployDependency- Attributes
- Implements
Methods
| get_DeployDependencyURL(String) | |
| get_ProjectInfo(IVsHierarchy, IVsProjectCfg) | Gets the project information. |