IVsProjectTargetDescription Interface
Represents the project target description.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
<GuidAttribute("ED4741C6-DBB7-4EF7-A4EE-77DED64DA771")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsProjectTargetDescription
[GuidAttribute("ED4741C6-DBB7-4EF7-A4EE-77DED64DA771")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectTargetDescription
[GuidAttribute(L"ED4741C6-DBB7-4EF7-A4EE-77DED64DA771")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsProjectTargetDescription
[<GuidAttribute("ED4741C6-DBB7-4EF7-A4EE-77DED64DA771")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProjectTargetDescription = interface end
public interface IVsProjectTargetDescription
The IVsProjectTargetDescription type exposes the following members.
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. |
Top
Methods
Name | Description | |
---|---|---|
GetProperty | Gets the specified property. |
Top