Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.