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