RootNode Constructor
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaración
Protected Sub New ( _
path As String _
)
protected RootNode(
string path
)
protected:
RootNode(
String^ path
)
new :
path:string -> RootNode
protected function RootNode(
path : String
)
Parameters
- 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.