Share via


IVsRetargetProjectAsync.GetAffectedFilesListAsync Method

Used to create a single unified checkout list.

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

Syntax

'Declaration
Function GetAffectedFilesListAsync ( _
    target As IVsProjectTargetChange _
) As IVsTask
IVsTask GetAffectedFilesListAsync(
    IVsProjectTargetChange target
)
IVsTask^ GetAffectedFilesListAsync(
    [InAttribute] IVsProjectTargetChange^ target
)
abstract GetAffectedFilesListAsync : 
        target:IVsProjectTargetChange -> IVsTask
function GetAffectedFilesListAsync(
    target : IVsProjectTargetChange
) : IVsTask

Parameters

Return Value

Type: Microsoft.VisualStudio.Shell.Interop.IVsTask
The documents.

.NET Framework Security

See Also

Reference

IVsRetargetProjectAsync Interface

Microsoft.VisualStudio.Shell.Interop Namespace