Freigeben über


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

Erstellen Sie einen neuen Knoten

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Function CreateNode ( _
    nodeName As String, _
    parentNodeUri As String, _
    startDate As Nullable(Of DateTime), _
    finishDate As Nullable(Of DateTime) _
) As String
string CreateNode(
    string nodeName,
    string parentNodeUri,
    Nullable<DateTime> startDate,
    Nullable<DateTime> finishDate
)

Parameter

Rückgabewert

Typ: System.String
URI des erstellten Knotens

.NET Framework-Sicherheit

Siehe auch

Referenz

ICommonStructureService4 Schnittstelle

CreateNode-Überladung

Microsoft.TeamFoundation.Server-Namespace