IWorkItemControlHost.SendToExcel-Methode
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Sub SendToExcel ( _
teamProjectCollection As TfsTeamProjectCollection, _
teamProjectName As String, _
fieldNames As List(Of String), _
workItemIds As List(Of Integer) _
)
void SendToExcel(
TfsTeamProjectCollection teamProjectCollection,
string teamProjectName,
List<string> fieldNames,
List<int> workItemIds
)
Parameter
- teamProjectCollection
Typ: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
- teamProjectName
Typ: System.String
- fieldNames
Typ: System.Collections.Generic.List<String>
- workItemIds
Typ: System.Collections.Generic.List<Int32>
.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
IWorkItemControlHost Schnittstelle
Microsoft.TeamFoundation.WorkItemTracking.Controls-Namespace