Partager via


Classification4.CreateNodeWithDates, méthode

Créez un nouveau nœud et une date de début et une date de fin définis

Espace de noms :  Microsoft.TeamFoundation.Integration.Server
Assembly :  Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)

Syntaxe

'Déclaration
<WebMethodAttribute> _
Public Function CreateNodeWithDates ( _
    nodeName As String, _
    parentNodeUri As String, _
    startDate As Nullable(Of DateTime), _
    finishDate As Nullable(Of DateTime) _
) As String
[WebMethodAttribute]
public string CreateNodeWithDates(
    string nodeName,
    string parentNodeUri,
    Nullable<DateTime> startDate,
    Nullable<DateTime> finishDate
)

Paramètres

Valeur de retour

Type : System.String
l'URI du nœud créé

Sécurité .NET Framework

Voir aussi

Référence

Classification4 Classe

Microsoft.TeamFoundation.Integration.Server, espace de noms