Método ConversationThread.Create
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (em Microsoft.TeamFoundation.Server.Core.dll)
Sintaxe
'Declaração
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
- requestContext
Tipo: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- artifactType
Tipo: System.Byte
- artifactId
Tipo: System.Int32
- topic
Tipo: System.String
- creationDate
Tipo: System.DateTime
Valor de retorno
Tipo: Microsoft.TeamFoundation.Server.Core.ConversationThread
Retorna ConversationThread.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.