Share via


IVsProjectTargetDescription Interface

Definition

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

Name Description
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

Name Description
GetProperty(UInt32)

Gets the specified property.

Applies to