IVsDeployDependency2 Interface

Definition

Retrieves the dependency property values by name.

public interface class IVsDeployDependency2
public interface class IVsDeployDependency2
__interface IVsDeployDependency2
[System.Runtime.InteropServices.Guid("77F54647-95E6-4033-91A8-51CCD014D945")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsDeployDependency2
[<System.Runtime.InteropServices.Guid("77F54647-95E6-4033-91A8-51CCD014D945")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsDeployDependency2 = interface
Public Interface IVsDeployDependency2
Attributes

Remarks

Implemented by project systems that support producing build outputs.

The IVsOutputGroup.interface depends on this interface.

Methods

get_Property(String, Object)

Gets the value of a dependency property.

Applies to