IVsSetTargetFrameworkWorkerCallback Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface describing the callback method that allows the project system to write the retargeting information into the project file.
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
- Attributes
Methods
UpdateTargetFramework(IVsHierarchy, String, String) |
Updates the project to the new target framework. |