Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks the solution for retargeting.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
Function CheckSolutionForRetarget ( _
dwFlags As UInteger _
) As Integer
int CheckSolutionForRetarget(
uint dwFlags
)
int CheckSolutionForRetarget(
[InAttribute] unsigned int dwFlags
)
abstract CheckSolutionForRetarget :
dwFlags:uint32 -> int
function CheckSolutionForRetarget(
dwFlags : uint
) : int
Parameters
dwFlags
Type: UInt32The flags.
Return Value
Type: Int32
The HRESULT.
.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.