Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Renames a TFS "scope".
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Sub RenameScope ( _
requestContext As TeamFoundationRequestContext, _
scopeId As String, _
newName As String _
)
void RenameScope(
TeamFoundationRequestContext requestContext,
string scopeId,
string newName
)
void RenameScope(
TeamFoundationRequestContext^ requestContext,
String^ scopeId,
String^ newName
)
abstract RenameScope :
requestContext:TeamFoundationRequestContext *
scopeId:string *
newName:string -> unit
function RenameScope(
requestContext : TeamFoundationRequestContext,
scopeId : String,
newName : String
)
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe scope identifier.
- scopeId
Type: System.String
- newName
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.