IVsSetTargetFrameworkWorkerCallback Interface

 

Interface describing the callback method that allows the project system to write the retargeting information into the project file.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

[GuidAttribute("52B20422-91B2-4FB9-97FE-90D6FA334741")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSetTargetFrameworkWorkerCallback

NameDescription
System_CAPS_pubmethodUpdateTargetFramework(IVsHierarchy, String, String)

Updates the project to the new target framework.

Return to top
Show: