Url::Move Method (Url^, Url^)

 

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

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

public:
Url^ Move(
	Url^ oldBase,
	Url^ newBase
)

Parameters

oldBase
Type: Microsoft.VisualStudio.Shell::Url^

The original Url base.

newBase
Type: Microsoft.VisualStudio.Shell::Url^

The new Url base.

Return Value

Type: Microsoft.VisualStudio.Shell::Url^

The new Url.

Return to top
Show: