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)

[GuidAttribute("ED4741C6-DBB7-4EF7-A4EE-77DED64DA771")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectTargetDescription

NameDescription
System_CAPS_pubpropertyDisplayName

Gets the display name.

System_CAPS_pubpropertyOrder

Gets the order of the target groups.

System_CAPS_pubpropertySupported

Determines whether or not it is supported.

System_CAPS_pubpropertyTargetId

Gets the target ID.

NameDescription
System_CAPS_pubmethodGetProperty(UInt32)

Gets the specified property.

Return to top
Show: