Freigeben über


IVsRetargetProject.CheckForRetarget Method

Determines whether retargeting is necessary.

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

Syntax

'Declaration
Function CheckForRetarget ( _
    dwFlags As UInteger _
) As IVsProjectTargetChange
IVsProjectTargetChange CheckForRetarget(
    uint dwFlags
)
IVsProjectTargetChange^ CheckForRetarget(
    [InAttribute] unsigned int dwFlags
)
abstract CheckForRetarget : 
        dwFlags:uint32 -> IVsProjectTargetChange
function CheckForRetarget(
    dwFlags : uint
) : IVsProjectTargetChange

Parameters

  • dwFlags
    Type: UInt32

    The flags.

Return Value

Type: Microsoft.VisualStudio.Shell.Interop.IVsProjectTargetChange
null means no retargeting is required or offered by the project.

.NET Framework Security

See Also

Reference

IVsRetargetProject Interface

Microsoft.VisualStudio.Shell.Interop Namespace