IVsProjectDeployDependency Interface

Definition

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::IVsDeployDependency
public 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 IVsDeployDependency
Public Interface IVsProjectDeployDependency
Implements IVsDeployDependency
Attributes
Implements

Methods

get_DeployDependencyURL(String)
get_ProjectInfo(IVsHierarchy, IVsProjectCfg)

Gets the project information.

Applies to