Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
)
public:
NodeInfo(
String^ uri,
String^ name,
String^ structureType,
array<Property^>^ properties,
String^ parentUri,
String^ projectUri,
String^ path
)
new :
uri:string *
name:string *
structureType:string *
properties:Property[] *
parentUri:string *
projectUri:string *
path:string -> NodeInfo
public function NodeInfo(
uri : String,
name : String,
structureType : String,
properties : Property[],
parentUri : String,
projectUri : String,
path : String
)
Parameters
- 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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.