IVersionControlProvider.GetSelectedItemsList2 Method
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Function GetSelectedItemsList2 ( _
useCurrentSelection As Boolean, _
<OutAttribute> ByRef fileNames As String(), _
<OutAttribute> ByRef numberOfServerItems As Integer, _
<OutAttribute> ByRef numberOfCodeBehindItems As Integer, _
<OutAttribute> ByRef masterFileIndexes As Integer(), _
<OutAttribute> ByRef explicitFileNames As String() _
) As Integer
int GetSelectedItemsList2(
bool useCurrentSelection,
out string[] fileNames,
out int numberOfServerItems,
out int numberOfCodeBehindItems,
out int[] masterFileIndexes,
out string[] explicitFileNames
)
int GetSelectedItemsList2(
[InAttribute] bool useCurrentSelection,
[OutAttribute] array<String^>^% fileNames,
[OutAttribute] int% numberOfServerItems,
[OutAttribute] int% numberOfCodeBehindItems,
[OutAttribute] array<int>^% masterFileIndexes,
[OutAttribute] array<String^>^% explicitFileNames
)
abstract GetSelectedItemsList2 :
useCurrentSelection:bool *
fileNames:string[] byref *
numberOfServerItems:int byref *
numberOfCodeBehindItems:int byref *
masterFileIndexes:int[] byref *
explicitFileNames:string[] byref -> int
function GetSelectedItemsList2(
useCurrentSelection : boolean,
fileNames : String[],
numberOfServerItems : int,
numberOfCodeBehindItems : int,
masterFileIndexes : int[],
explicitFileNames : String[]
) : int
Parameters
- useCurrentSelection
Type: System.Boolean
- fileNames
Type: array<System.String[]%
- numberOfServerItems
Type: System.Int32%
- numberOfCodeBehindItems
Type: System.Int32%
- masterFileIndexes
Type: array<System.Int32[]%
- explicitFileNames
Type: array<System.String[]%
Return Value
Type: System.Int32
Returns Int32.
.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.
See Also
Reference
IVersionControlProvider Interface
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace