Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a name for a new folder under this node.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function CreateNewFolderName As String
'Usage
Dim instance As BaseHierarchyNode
Dim returnValue As String
returnValue = instance.CreateNewFolderName()
public string CreateNewFolderName()
public:
String^ CreateNewFolderName()
public function CreateNewFolderName() : String
Return Value
Type: System.String
Remarks
Node names follow the pattern of "NewFolder1", "NewFolder2", and so on.
.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.