CommonStructureNodeInfo Oluşturucu (String, String, String, array<CommonStructureProperty , String, String, String, Nullable<DateTime>, Nullable<DateTime>)
Ad alanı: Microsoft.TeamFoundation.Integration.Server
Derleme: Microsoft.TeamFoundation.Server.Core (Microsoft.TeamFoundation.Server.Core.dll içinde)
Sözdizimi
'Bildirim
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
)
Parametreler
- uri
Tür: System.String
- name
Tür: System.String
- structureType
Tür: System.String
- properties
Tür: array<Microsoft.TeamFoundation.Integration.Server.CommonStructureProperty[]
- parentUri
Tür: System.String
- projectUri
Tür: System.String
- path
Tür: System.String
- startDate
Tür: System.Nullable<DateTime>
- finishDate
Tür: System.Nullable<DateTime>
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen Güvenilen Koddan Kitaplıkları Kullanma.