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.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
projectUri As String, _
newName As String, _
oldName As String _
)
public ProjectRenamedEvent(
string projectUri,
string newName,
string oldName
)
public:
ProjectRenamedEvent(
String^ projectUri,
String^ newName,
String^ oldName
)
new :
projectUri:string *
newName:string *
oldName:string -> ProjectRenamedEvent
public function ProjectRenamedEvent(
projectUri : String,
newName : String,
oldName : String
)
Parameters
- projectUri
Type: System.String
- newName
Type: System.String
- oldName
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.