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.
Replaces the caption of the current node with a new name.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Sub Rename ( _
newCaption As String _
)
void Rename(
string newCaption
)
void Rename(
String^ newCaption
)
abstract Rename :
newCaption:string -> unit
function Rename(
newCaption : String
)
Parameters
- newCaption
Type: System.String
The new caption name to set.
.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.