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
target
Type: Microsoft.VisualStudio.Shell.Interop.IVsProjectTargetChangeThe target.
Return Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsTask
The documents.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.