共用方式為


ICommonStructureService4.CreateNode 方法 (String, String, Nullable<DateTime>, Nullable<DateTime>)

建立新的節點。

命名空間:  Microsoft.TeamFoundation.Server
組件:  Microsoft.TeamFoundation.Client (在 Microsoft.TeamFoundation.Client.dll 中)

語法

'宣告
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
)

參數

傳回值

型別:System.String
已建立的節點 URI 的

.NET Framework 安全性

請參閱

參考

ICommonStructureService4 介面

CreateNode 多載

Microsoft.TeamFoundation.Server 命名空間