BaseHierarchyNode Constructor
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
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.