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