BaseHierarchyNode.CreateNewChildName Method (String, String)
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Dichiarazione
Public Function CreateNewChildName ( _
name As String, _
template As String _
) As String
public string CreateNewChildName(
string name,
string template
)
public:
String^ CreateNewChildName(
String^ name,
String^ template
)
member CreateNewChildName :
name:string *
template:string -> string
public function CreateNewChildName(
name : String,
template : String
) : String
Parameters
- name
Type: System.String
- template
Type: System.String
Return Value
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.