IVersionControlProvider.GetSelectedItemsList2, méthode
Espace de noms : Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly : Microsoft.VisualStudio.TeamFoundation.VersionControl (dans Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- 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[]%
Valeur de retour
Type : System.Int32
retourne Int32 ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IVersionControlProvider Interface
Microsoft.VisualStudio.TeamFoundation.VersionControl, espace de noms