Url.Move Method

Moves the URL from the old base to the new one.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
Public Function Move ( _
    oldBase As Url, _
    newBase As Url _
) As Url
public Url Move(
    Url oldBase,
    Url newBase
)
public:
Url^ Move(
    Url^ oldBase, 
    Url^ newBase
)
member Move : 
        oldBase:Url * 
        newBase:Url -> Url 
public function Move(
    oldBase : Url, 
    newBase : Url
) : Url

Parameters

Return Value

Type: Microsoft.VisualStudio.Shell.Url
The new Url.

.NET Framework Security

See Also

Reference

Url Class

Microsoft.VisualStudio.Shell Namespace