IVsSetTargetFrameworkWorkerCallback Interface

Definition

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.

Applies to