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

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

IVersionControlProvider Interface

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace