IVsProjectTargetDescription 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.
Represents the project target description.
public interface class IVsProjectTargetDescription
public interface class IVsProjectTargetDescription
__interface IVsProjectTargetDescription
[System.Runtime.InteropServices.Guid("ED4741C6-DBB7-4EF7-A4EE-77DED64DA771")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectTargetDescription
[<System.Runtime.InteropServices.Guid("ED4741C6-DBB7-4EF7-A4EE-77DED64DA771")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProjectTargetDescription = interface
Public Interface IVsProjectTargetDescription
- Derived
- Attributes
Properties
DisplayName |
Gets the display name. |
Order |
Gets the order of the target groups. |
Supported |
Determines whether or not it is supported. |
TargetId |
Gets the target ID. |
Methods
GetProperty(UInt32) |
Gets the specified property. |