IVersionControlProvider.GetSelectedItemsList-Methode
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Function GetSelectedItemsList ( _
command As VersionControlCommand, _
<OutAttribute> ByRef fileNames As String() _
) As Integer
int GetSelectedItemsList(
VersionControlCommand command,
out string[] fileNames
)
Parameter
- fileNames
Typ: array<System.String[]%
Rückgabewert
Typ: System.Int32
Gibt Int32 zurück.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
IVersionControlProvider Schnittstelle
Microsoft.VisualStudio.TeamFoundation.VersionControl-Namespace