IVsProjectTargetDescription2 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于统一重定目标体验的项目目标的定义。 重定目标服务维护各种目标的集合
public interface class IVsProjectTargetDescription2 : Microsoft::VisualStudio::Shell::Interop::IVsProjectTargetDescription
public interface class IVsProjectTargetDescription2 : Microsoft::VisualStudio::Shell::Interop::IVsProjectTargetDescription
__interface IVsProjectTargetDescription2 : Microsoft::VisualStudio::Shell::Interop::IVsProjectTargetDescription
[System.Runtime.InteropServices.Guid("6EB4C134-63D1-4F1E-B1C4-2DAEB8FFFD6F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectTargetDescription2 : Microsoft.VisualStudio.Shell.Interop.IVsProjectTargetDescription
[<System.Runtime.InteropServices.Guid("6EB4C134-63D1-4F1E-B1C4-2DAEB8FFFD6F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProjectTargetDescription2 = interface
interface IVsProjectTargetDescription
Public Interface IVsProjectTargetDescription2
Implements IVsProjectTargetDescription
- 属性
- 实现
属性
| DisplayName |
显示名称。 |
| Order |
顺序。 |
| Supported |
确定是否支持此方法。 |
| TargetId |
目标 ID。 |
方法
| GetParameterValue(String) |
返回给定参数名称的当前选定参数值名称。 |
| GetPossibleParameterValues(String) |
返回给定参数名称的参数值名称列表。 |
| GetProperty(UInt32) | |
| GetRetargetParameterDisplayName(String) |
返回给定参数的本地化显示名称 |
| GetRetargetParameters() |
返回可在此目标中重定目标的所有参数的参数名称列表。 |
| GetValueDisplayName(String, String) |
返回给定参数和给定值的本地化显示名称。 |
| PutParameterValue(String, String) |
将给定的参数值名称分配给给定的参数名称。 |
| ResetSelectedValues() |
将通过 PutParameterValue 函数选择的任何值清除为其默认状态。 |