IVsRetargetProjectAsync.GetAffectedFilesListAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.