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
)
void SendToExcel(
    TfsTeamProjectCollection^ teamProjectCollection, 
    String^ teamProjectName, 
    List<String^>^ fieldNames, 
    List<int>^ workItemIds
)
abstract SendToExcel : 
        teamProjectCollection:TfsTeamProjectCollection * 
        teamProjectName:string * 
        fieldNames:List<string> * 
        workItemIds:List<int> -> unit
function SendToExcel(
    teamProjectCollection : TfsTeamProjectCollection, 
    teamProjectName : String, 
    fieldNames : List<String>, 
    workItemIds : List<int>
)
Parameters
- teamProjectCollection
 Type: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
- teamProjectName
 Type: System.String
- fieldNames
 Type: System.Collections.Generic.List<String>
- workItemIds
 Type: System.Collections.Generic.List<Int32>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IWorkItemControlHost Interface
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace