IVsRetargetProjectAsync.GetAffectedFilesListAsync Method

Definition

Used to create a single unified checkout list.

public:
 Microsoft::VisualStudio::Shell::Interop::IVsTask ^ GetAffectedFilesListAsync(Microsoft::VisualStudio::Shell::Interop::IVsProjectTargetChange ^ target);
public:
 Microsoft::VisualStudio::Shell::Interop::IVsTask ^ GetAffectedFilesListAsync(Microsoft::VisualStudio::Shell::Interop::IVsProjectTargetChange ^ target);
Microsoft::VisualStudio::Shell::Interop::IVsTask GetAffectedFilesListAsync(Microsoft::VisualStudio::Shell::Interop::IVsProjectTargetChange const & target);
public Microsoft.VisualStudio.Shell.Interop.IVsTask GetAffectedFilesListAsync (Microsoft.VisualStudio.Shell.Interop.IVsProjectTargetChange target);
abstract member GetAffectedFilesListAsync : Microsoft.VisualStudio.Shell.Interop.IVsProjectTargetChange -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function GetAffectedFilesListAsync (target As IVsProjectTargetChange) As IVsTask

Parameters

target
IVsProjectTargetChange

The target.

Returns

The documents.

Applies to