NodeInfo 构造函数 (String, String, String, array<Property[], String, String, String, Nullable<DateTime>, Nullable<DateTime>)
命名空间: Microsoft.TeamFoundation.Server
程序集: Microsoft.TeamFoundation.Client(在 Microsoft.TeamFoundation.Client.dll 中)
语法
声明
Public Sub New ( _
uri As String, _
name As String, _
structureType As String, _
properties As Property(), _
parentUri As String, _
projectUri As String, _
path As String, _
startDate As Nullable(Of DateTime), _
finishDate As Nullable(Of DateTime) _
)
public NodeInfo(
string uri,
string name,
string structureType,
Property[] properties,
string parentUri,
string projectUri,
string path,
Nullable<DateTime> startDate,
Nullable<DateTime> finishDate
)
参数
- uri
类型:System.String
- name
类型:System.String
- structureType
类型:System.String
- properties
类型:array<Microsoft.TeamFoundation.Server.Property[]
- parentUri
类型:System.String
- projectUri
类型:System.String
- path
类型:System.String
- startDate
类型:System.Nullable<DateTime>
- finishDate
类型:System.Nullable<DateTime>
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。