Bagikan melalui


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: UInt32

    The 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

See Also

Reference

IVsRetargetProjectAsync Interface

Microsoft.VisualStudio.Shell.Interop Namespace