Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
)
public:
static ConversationThread^ Create(
TeamFoundationRequestContext^ requestContext,
ConversationThread::ToolType toolType,
unsigned char artifactType,
int artifactId,
String^ topic,
DateTime creationDate
)
static member Create :
requestContext:TeamFoundationRequestContext *
toolType:ConversationThread.ToolType *
artifactType:byte *
artifactId:int *
topic:string *
creationDate:DateTime -> ConversationThread
public static function Create(
requestContext : TeamFoundationRequestContext,
toolType : ConversationThread.ToolType,
artifactType : byte,
artifactId : int,
topic : String,
creationDate : DateTime
) : ConversationThread
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- artifactType
Type: System.Byte
- artifactId
Type: System.Int32
- topic
Type: System.String
- creationDate
Type: System.DateTime
Return Value
Type: Microsoft.TeamFoundation.Server.Core.ConversationThread
Returns ConversationThread.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.