Moves the URL from the old base to the new one.
Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
声明
Public Function Move ( _
    oldBase As Url, _
    newBase As Url _
) As Url
用法
Dim instance As Url
Dim oldBase As Url
Dim newBase As Url
Dim returnValue As Url
returnValue = instance.Move(oldBase, newBase)
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.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.
.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.