NodeInfo-Konstruktor (String, String, String, array<Property[], String, String, String)
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
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
)
Parameter
- uri
Typ: System.String
- name
Typ: System.String
- structureType
Typ: System.String
- properties
Typ: array<Microsoft.TeamFoundation.Server.Property[]
- parentUri
Typ: System.String
- projectUri
Typ: System.String
- path
Typ: System.String
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.