Compartir a través de


ICommonStructureService4.CreateNode (Método) (String, String, Nullable<DateTime>, Nullable<DateTime>)

Cree un nuevo nodo

Espacio de nombres:  Microsoft.TeamFoundation.Server
Ensamblado:  Microsoft.TeamFoundation.Client (en Microsoft.TeamFoundation.Client.dll)

Sintaxis

'Declaración
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
)

Parámetros

Valor devuelto

Tipo: System.String
URI de nodo creado

Seguridad de .NET Framework

Vea también

Referencia

ICommonStructureService4 Interfaz

CreateNode (Sobrecarga)

Microsoft.TeamFoundation.Server (Espacio de nombres)