IVsRetargetProject.GetAffectedFilesList 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 GetAffectedFilesList ( _
target As IVsProjectTargetChange _
) As Array
Array GetAffectedFilesList(
IVsProjectTargetChange target
)
Array^ GetAffectedFilesList(
[InAttribute] IVsProjectTargetChange^ target
)
abstract GetAffectedFilesList :
target:IVsProjectTargetChange -> Array
function GetAffectedFilesList(
target : IVsProjectTargetChange
) : Array
Parameters
target
Type: Microsoft.VisualStudio.Shell.Interop.IVsProjectTargetChangeThe target.
Return Value
Type: Array
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.