NodeInfo, constructeur (String, String, String, array<Property , String, String, String)
Espace de noms : Microsoft.TeamFoundation.Server
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Public Sub New ( _
uri As String, _
name As String, _
structureType As String, _
properties As Property(), _
parentUri As String, _
projectUri As String, _
path As String _
)
public NodeInfo(
string uri,
string name,
string structureType,
Property[] properties,
string parentUri,
string projectUri,
string path
)
Paramètres
- uri
Type : System.String
- name
Type : System.String
- structureType
Type : System.String
- properties
Type : array<Microsoft.TeamFoundation.Server.Property[]
- parentUri
Type : System.String
- projectUri
Type : System.String
- path
Type : System.String
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.