IVsSetTargetFrameworkWorkerCallback.UpdateTargetFramework Method
Updates the project to the new target framework.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
Function UpdateTargetFramework ( _
pHier As IVsHierarchy, _
currentTargetFramework As String, _
newTargetFramework As String _
) As Integer
int UpdateTargetFramework(
IVsHierarchy pHier,
string currentTargetFramework,
string newTargetFramework
)
int UpdateTargetFramework(
[InAttribute] IVsHierarchy^ pHier,
[InAttribute] String^ currentTargetFramework,
[InAttribute] String^ newTargetFramework
)
abstract UpdateTargetFramework :
pHier:IVsHierarchy *
currentTargetFramework:string *
newTargetFramework:string -> int
function UpdateTargetFramework(
pHier : IVsHierarchy,
currentTargetFramework : String,
newTargetFramework : String
) : int
Parameters
pHier
Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchy[in] The hierarchy of the project to be updated.
currentTargetFramework
Type: String[in] The current target framework.
newTargetFramework
Type: String[in] The new target framework.
Return Value
Type: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.