IVsRetargetProjectAsync.CheckForRetargetAsync Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
Function CheckForRetargetAsync ( _
dwFlags As UInteger _
) As IVsTask
IVsTask CheckForRetargetAsync(
uint dwFlags
)
IVsTask^ CheckForRetargetAsync(
[InAttribute] unsigned int dwFlags
)
abstract CheckForRetargetAsync :
dwFlags:uint32 -> IVsTask
function CheckForRetargetAsync(
dwFlags : uint
) : IVsTask
Parameters
dwFlags
Type: UInt32The flags.
Return Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsTask
The project target, or null if no retargeting is required / offered by project.
.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.