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.
Determines what the path will be after the moves are applied.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function DeterminePathAfterMoves ( _
path As String _
) As String
public string DeterminePathAfterMoves(
string path
)
public:
String^ DeterminePathAfterMoves(
String^ path
)
member DeterminePathAfterMoves :
path:string -> string
public function DeterminePathAfterMoves(
path : String
) : String
Parameters
- path
Type: System.String
Return Value
Type: System.String
Returns 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.