CommonStructureNodeInfo 构造函数 (String, String, String, array<CommonStructureProperty , String, String, String, Nullable<DateTime>, Nullable<DateTime>)

命名空间:  Microsoft.TeamFoundation.Integration.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.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 命名空间