Freigeben über


ICommonStructureService.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
Function CreateNode ( _
    requestContext As TeamFoundationRequestContext, _
    nodeName As String, _
    parentUri As String, _
    startDate As Nullable(Of DateTime), _
    finishDate As Nullable(Of DateTime) _
) As String
string CreateNode(
    TeamFoundationRequestContext requestContext,
    string nodeName,
    string parentUri,
    Nullable<DateTime> startDate,
    Nullable<DateTime> finishDate
)

Parameter

Rückgabewert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

ICommonStructureService Schnittstelle

CreateNode-Überladung

Microsoft.TeamFoundation.Integration.Server-Namespace