Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Sub SendToMail ( _
teamProjectCollection As TfsTeamProjectCollection, _
teamProjectName As String, _
fieldNames As List(Of String), _
workItemIds As List(Of Integer) _
)
void SendToMail(
TfsTeamProjectCollection teamProjectCollection,
string teamProjectName,
List<string> fieldNames,
List<int> workItemIds
)
void SendToMail(
TfsTeamProjectCollection^ teamProjectCollection,
String^ teamProjectName,
List<String^>^ fieldNames,
List<int>^ workItemIds
)
abstract SendToMail :
teamProjectCollection:TfsTeamProjectCollection *
teamProjectName:string *
fieldNames:List<string> *
workItemIds:List<int> -> unit
function SendToMail(
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