TeamFoundationIdentityService.DeleteScope Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'宣言
Public Sub DeleteScope ( _
requestContext As TeamFoundationRequestContext, _
scopeId As String _
)
public void DeleteScope(
TeamFoundationRequestContext requestContext,
string scopeId
)
public:
void DeleteScope(
TeamFoundationRequestContext^ requestContext,
String^ scopeId
)
member DeleteScope :
requestContext:TeamFoundationRequestContext *
scopeId:string -> unit
public function DeleteScope(
requestContext : TeamFoundationRequestContext,
scopeId : String
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- scopeId
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.