Compartir a través de


ConversationThread.Create (Método)

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Server.Alm
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

'Declaración
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
)

Parámetros

Valor devuelto

Tipo: Microsoft.TeamFoundation.Framework.Server.Alm.ConversationThread

Seguridad de .NET Framework

Vea también

Referencia

ConversationThread Clase

Microsoft.TeamFoundation.Framework.Server.Alm (Espacio de nombres)