IVsSetTargetFrameworkWorkerCallback 接口

定义

描述允许项目系统将重定目标信息写入项目文件的回调方法的接口。

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)

将项目更新为新的目标框架。

适用于