共用方式為


CommonStructureNodeInfo 建構函式 (String, String, String, array<CommonStructureProperty[], String, String, String, Nullable<DateTime>, Nullable<DateTime>)

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

語法

'宣告
Public Sub New ( _
    uri As String, _
    name As String, _
    structureType As String, _
    properties As CommonStructureProperty(), _
    parentUri As String, _
    projectUri As String, _
    path As String, _
    startDate As Nullable(Of DateTime), _
    finishDate As Nullable(Of DateTime) _
)
public CommonStructureNodeInfo(
    string uri,
    string name,
    string structureType,
    CommonStructureProperty[] properties,
    string parentUri,
    string projectUri,
    string path,
    Nullable<DateTime> startDate,
    Nullable<DateTime> finishDate
)

參數

.NET Framework 安全性

請參閱

參考

CommonStructureNodeInfo 類別

CommonStructureNodeInfo 多載

Microsoft.TeamFoundation.Integration.Server 命名空間