Namespace:  Microsoft.VisualStudio.TeamFoundation.WorkItemTracking
Assembly:  Microsoft.VisualStudio.TeamFoundation.WorkItemTracking (in Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.dll)
Syntax
'Declaration
Private Sub SendToProject ( _
    teamProjectCollection As TfsTeamProjectCollection, _
    teamProjectName As String, _
    fields As List(Of String), _
    workItemIds As List(Of Integer) _
) Implements IWorkItemControlHost.SendToProject
void IWorkItemControlHost.SendToProject(
    TfsTeamProjectCollection teamProjectCollection,
    string teamProjectName,
    List<string> fields,
    List<int> workItemIds
)
private:
virtual void SendToProject(
    TfsTeamProjectCollection^ teamProjectCollection, 
    String^ teamProjectName, 
    List<String^>^ fields, 
    List<int>^ workItemIds
) sealed = IWorkItemControlHost::SendToProject
private abstract SendToProject : 
        teamProjectCollection:TfsTeamProjectCollection * 
        teamProjectName:string * 
        fields:List<string> * 
        workItemIds:List<int> -> unit  
private override SendToProject : 
        teamProjectCollection:TfsTeamProjectCollection * 
        teamProjectName:string * 
        fields:List<string> * 
        workItemIds:List<int> -> unit
JScript does not support explicit interface implementations.
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.SendToProject(TfsTeamProjectCollection, String, List<String>, 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
Microsoft.VisualStudio.TeamFoundation.WorkItemTracking Namespace