Share via


IVsRetargetProject.GetAffectedFilesList(IVsProjectTargetChange) Method

Definition

Used to create a single unified checkout list.

public:
 Array ^ GetAffectedFilesList(Microsoft::VisualStudio::Shell::Interop::IVsProjectTargetChange ^ target);
public Array GetAffectedFilesList (Microsoft.VisualStudio.Shell.Interop.IVsProjectTargetChange target);
abstract member GetAffectedFilesList : Microsoft.VisualStudio.Shell.Interop.IVsProjectTargetChange -> Array
Public Function GetAffectedFilesList (target As IVsProjectTargetChange) As Array

Parameters

target
IVsProjectTargetChange

The target.

Returns

The documents.

Applies to