Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.StringThe 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.