Compartilhar via


Método IVersionControlProvider.GetSelectedItemsList2

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (em Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Valor de retorno

Tipo: System.Int32
Retorna Int32.

Segurança do .NET Framework

Consulte também

Referência

IVersionControlProvider Interface

Namespace Microsoft.VisualStudio.TeamFoundation.VersionControl