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
)
參數
- nodeName
類型:System.String
節點的名稱。
- parentNodeUri
類型:System.String
父 URI。
- startDate
類型:System.Nullable<DateTime>
開始日期
- finishDate
類型:System.Nullable<DateTime>
傳回值
類型:System.String
建立的節點的 URI。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱 從部分受信任程式碼使用程式庫。