CommonStructureNodeInfo, constructeur (String, String, String, array<CommonStructureProperty[], String, String, String, Nullable<DateTime>, Nullable<DateTime>)
Espace de noms : Microsoft.TeamFoundation.Integration.Server
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- uri
Type : System.String
- name
Type : System.String
- structureType
Type : System.String
- properties
Type : array<Microsoft.TeamFoundation.Integration.Server.CommonStructureProperty[]
- parentUri
Type : System.String
- projectUri
Type : System.String
- path
Type : System.String
- startDate
Type : System.Nullable<DateTime>
- finishDate
Type : System.Nullable<DateTime>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
CommonStructureNodeInfo Classe