NodeRenamedEvent Constructor (String, String, String, String)
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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.