Url.Move(Url, Url) Method

Definition

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

public:
 Microsoft::VisualStudio::Shell::Url ^ Move(Microsoft::VisualStudio::Shell::Url ^ oldBase, Microsoft::VisualStudio::Shell::Url ^ newBase);
Microsoft::VisualStudio::Shell::Url Move(Microsoft::VisualStudio::Shell::Url const & oldBase, Microsoft::VisualStudio::Shell::Url const & newBase);
public Microsoft.VisualStudio.Shell.Url Move (Microsoft.VisualStudio.Shell.Url oldBase, Microsoft.VisualStudio.Shell.Url newBase);
member this.Move : Microsoft.VisualStudio.Shell.Url * Microsoft.VisualStudio.Shell.Url -> Microsoft.VisualStudio.Shell.Url
Public Function Move (oldBase As Url, newBase As Url) As Url

Parameters

oldBase
Url

The original Url base.

newBase
Url

The new Url base.

Returns

Url

The new Url.

Applies to