Compartilhar via


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

Crie um novo nó

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

Sintaxe

'Declaração
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 de retorno

Tipo: System.String
URI de nó criado

Segurança do .NET Framework

Consulte também

Referência

ICommonStructureService4 Interface

Sobrecargas CreateNode

Namespace Microsoft.TeamFoundation.Server