BaseHierarchyNode.CreateNewCopyOfName Method (String)
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
‘선언
Public Function CreateNewCopyOfName ( _
name As String _
) As String
public string CreateNewCopyOfName(
string name
)
public:
String^ CreateNewCopyOfName(
String^ name
)
member CreateNewCopyOfName :
name:string -> string
public function CreateNewCopyOfName(
name : String
) : String
Parameters
- name
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.