Metoda TeamFoundationIdentityService.RenameScope —
Zmień nazwę TFS "zakres".
Przestrzeń nazw: Microsoft.TeamFoundation.Framework.Server
Zestaw: Microsoft.TeamFoundation.Framework.Server (w Microsoft.TeamFoundation.Framework.Server.dll)
Składnia
'Deklaracja
Public Sub RenameScope ( _
requestContext As TeamFoundationRequestContext, _
scopeId As String, _
newName As String _
)
public void RenameScope(
TeamFoundationRequestContext requestContext,
string scopeId,
string newName
)
Parametry
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- scopeId
Typ: System.String
Identyfikator zakresu.
- newName
Typ: System.String
Implementuje
ITeamFoundationIdentityService.RenameScope(TeamFoundationRequestContext, String, String)
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..