Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Déclaration
Protected Sub New ( _
path As String, _
name As String _
)
protected BaseHierarchyNode(
string path,
string name
)
protected:
BaseHierarchyNode(
String^ path,
String^ name
)
new :
path:string *
name:string -> BaseHierarchyNode
protected function BaseHierarchyNode(
path : String,
name : String
)
Parameters
- path
Type: System.String
- name
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.