ConversationThread.Create 方法
命名空间: Microsoft.TeamFoundation.Framework.Server.Alm
程序集: Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)
语法
声明
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
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- artifactType
类型:System.Byte
- artifactId
类型:System.Int32
- topic
类型:System.String
- creationDate
类型:System.DateTime
返回值
类型:Microsoft.TeamFoundation.Framework.Server.Alm.ConversationThread
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。