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, _
oldParentUri As String, _
newParentUri As String _
)
public BranchMovedEvent(
string projectUri,
string nodeUri,
string oldParentUri,
string newParentUri
)
public:
BranchMovedEvent(
String^ projectUri,
String^ nodeUri,
String^ oldParentUri,
String^ newParentUri
)
new :
projectUri:string *
nodeUri:string *
oldParentUri:string *
newParentUri:string -> BranchMovedEvent
public function BranchMovedEvent(
projectUri : String,
nodeUri : String,
oldParentUri : String,
newParentUri : String
)
Parameters
- projectUri
Type: System.String
- nodeUri
Type: System.String
- oldParentUri
Type: System.String
- newParentUri
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.