共用方式為


Classification4.CreateNodeWithDates 方法

建立新節點和集合開始與完成日期

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

語法

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

參數

傳回值

類型:System.String
建立的節點的 URI。

.NET Framework 安全性

請參閱

參考

Classification4 類別

Microsoft.TeamFoundation.Integration.Server 命名空間