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
- useCurrentSelection
Tipo: System.Boolean
- fileNames
Tipo: array<System.String[]%
- numberOfServerItems
Tipo: System.Int32%
- numberOfCodeBehindItems
Tipo: System.Int32%
- masterFileIndexes
Tipo: array<System.Int32[]%
- explicitFileNames
Tipo: array<System.String[]%
Valor de retorno
Tipo: System.Int32
Retorna Int32.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.
Consulte também
Referência
IVersionControlProvider Interface
Namespace Microsoft.VisualStudio.TeamFoundation.VersionControl