IVsSetTargetFrameworkWorkerCallback 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
描述允许项目系统将重定目标信息写入项目文件的回调方法的接口。
public interface class IVsSetTargetFrameworkWorkerCallback
public interface class IVsSetTargetFrameworkWorkerCallback
__interface IVsSetTargetFrameworkWorkerCallback
[System.Runtime.InteropServices.Guid("52B20422-91B2-4FB9-97FE-90D6FA334741")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSetTargetFrameworkWorkerCallback
[<System.Runtime.InteropServices.Guid("52B20422-91B2-4FB9-97FE-90D6FA334741")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSetTargetFrameworkWorkerCallback = interface
Public Interface IVsSetTargetFrameworkWorkerCallback
- 属性
方法
| UpdateTargetFramework(IVsHierarchy, String, String) |
将项目更新为新的目标框架。 |