Url.Move Method
Moves the URL from the old base to the new one.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.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
oldBase
Type: Microsoft.VisualStudio.Shell.UrlThe original Url base.
newBase
Type: Microsoft.VisualStudio.Shell.UrlThe new Url base.
Return Value
Type: Microsoft.VisualStudio.Shell.Url
The new Url.
.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.