Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Syntax
'Declaration
<GuidAttribute("52B20422-91B2-4FB9-97FE-90D6FA334741")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsSetTargetFrameworkWorkerCallback
[GuidAttribute("52B20422-91B2-4FB9-97FE-90D6FA334741")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSetTargetFrameworkWorkerCallback
[GuidAttribute(L"52B20422-91B2-4FB9-97FE-90D6FA334741")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsSetTargetFrameworkWorkerCallback
[<GuidAttribute("52B20422-91B2-4FB9-97FE-90D6FA334741")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSetTargetFrameworkWorkerCallback = interface end
public interface IVsSetTargetFrameworkWorkerCallback
The IVsSetTargetFrameworkWorkerCallback type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
UpdateTargetFramework | Updates the project to the new target framework. |
Top
.gif)