ConversationThread.Create, méthode
Espace de noms : Microsoft.TeamFoundation.Server.Core
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- toolType
Type : Microsoft.TeamFoundation.Server.Core.ConversationThread.ToolType
- artifactType
Type : System.Byte
- artifactId
Type : System.Int32
- topic
Type : System.String
- creationDate
Type : System.DateTime
Valeur de retour
Type : Microsoft.TeamFoundation.Server.Core.ConversationThread
retourne ConversationThread ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.