Freigeben über


CommonStructureService.CreateNode-Methode (TeamFoundationRequestContext, String, String, Nullable<DateTime>, Nullable<DateTime>)

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Function CreateNode ( _
    requestContext As TeamFoundationRequestContext, _
    nodeName As String, _
    parentUri As String, _
    startDate As Nullable(Of DateTime), _
    finishDate As Nullable(Of DateTime) _
) As String
public string CreateNode(
    TeamFoundationRequestContext requestContext,
    string nodeName,
    string parentUri,
    Nullable<DateTime> startDate,
    Nullable<DateTime> finishDate
)

Parameter

Rückgabewert

Typ: System.String
Gibt String zurück.

Implementiert

ICommonStructureService.CreateNode(TeamFoundationRequestContext, String, String, Nullable<DateTime>, Nullable<DateTime>)

.NET Framework-Sicherheit

Siehe auch

Referenz

CommonStructureService Klasse

CreateNode-Überladung

Microsoft.TeamFoundation.Integration.Server-Namespace