Freigeben über


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

Rückgabewert

Typ: Microsoft.TeamFoundation.Server.Core.ConversationThread
Gibt ConversationThread zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

ConversationThread Klasse

Microsoft.TeamFoundation.Server.Core-Namespace