IVsRetargetProject.GetAffectedFilesList(IVsProjectTargetChange) 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:
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.