IVsProjectTargetDescription 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示项目目标说明。
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
- 派生
- 属性
属性
| DisplayName |
获取显示名称。 |
| Order |
获取目标组的顺序。 |
| Supported |
确定是否支持此方法。 |
| TargetId |
获取目标 ID。 |
方法
| GetProperty(UInt32) |
获取指定属性。 |