Url.Move(Url, Url) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
The new Url.