Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Dichiarazione
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.