다음을 통해 공유


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

‘선언
Public Function Move ( _
    oldBase As Url, _
    newBase As Url _
) As Url
public Url Move(
    Url oldBase,
    Url newBase
)

Parameters

Return Value

Type: Microsoft.VisualStudio.Shell.Url
The new Url.

.NET Framework Security

See Also

Reference

Url Class

Microsoft.VisualStudio.Shell Namespace