IdentityService.RenameScope Method
Namespace: Microsoft.VisualStudio.Services.Identity
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public MustOverride Sub RenameScope ( _
requestContext As TeamFoundationRequestContext, _
scopeId As Guid, _
newName As String _
)
public abstract void RenameScope(
TeamFoundationRequestContext requestContext,
Guid scopeId,
string newName
)
public:
virtual void RenameScope(
TeamFoundationRequestContext^ requestContext,
Guid scopeId,
String^ newName
) abstract
abstract RenameScope :
requestContext:TeamFoundationRequestContext *
scopeId:Guid *
newName:string -> unit
public abstract function RenameScope(
requestContext : TeamFoundationRequestContext,
scopeId : Guid,
newName : String
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- scopeId
Type: System.Guid
- 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.