This documentation is archived and is not being maintained.
DocumentService::IWorkItemControlHost::SendToExcel Method
Visual Studio 2013
Namespace: Microsoft.VisualStudio.TeamFoundation.WorkItemTracking
Assembly: Microsoft.VisualStudio.TeamFoundation.WorkItemTracking (in Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.dll)
private: virtual void SendToExcel( TfsTeamProjectCollection^ teamProjectCollection, String^ teamProjectName, List<String^>^ fields, List<int>^ workItemIds ) sealed = IWorkItemControlHost::SendToExcel
Parameters
- teamProjectCollection
- Type: Microsoft.TeamFoundation.Client::TfsTeamProjectCollection
- teamProjectName
- Type: System::String
- fields
- Type: System.Collections.Generic::List<String>
- workItemIds
- Type: System.Collections.Generic::List<Int32>
Implements
IWorkItemControlHost::SendToExcel(TfsTeamProjectCollection, String, List<String>, List<Int32>)- 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.
Show: