ConversationThread.Create-Methode
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Shared Function Create ( _
requestContext As TeamFoundationRequestContext, _
toolType As ConversationThread.ToolType, _
artifactType As Byte, _
artifactId As Integer, _
topic As String, _
creationDate As DateTime _
) As ConversationThread
public static ConversationThread Create(
TeamFoundationRequestContext requestContext,
ConversationThread.ToolType toolType,
byte artifactType,
int artifactId,
string topic,
DateTime creationDate
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- artifactType
Typ: System.Byte
- artifactId
Typ: System.Int32
- topic
Typ: System.String
- creationDate
Typ: System.DateTime
Rückgabewert
Typ: Microsoft.TeamFoundation.Server.Core.ConversationThread
Gibt ConversationThread zurück.
.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.