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
Public property DisplayName Gets the display name.
Public property Order Gets the order of the target groups.
Public property Supported Determines whether or not it is supported.
Public property TargetId Gets the target ID.

Top

Methods

  Name Description
Public method GetProperty Gets the specified property.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace