Url Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetPartial(Int32) | Gets the unescaped path up to the specified index. |
![]() | GetPartial(Int32, Int32) | Gets the unescaped path between the two specified points |
![]() | GetRemainder(Int32) | Gets the unescaped remainder of the path, starting at the specified segment. |
![]() | GetType() | (Inherited from Object.) |
![]() | JoinSegments(Int32, Int32) | Joins the specified segments into a path. |
![]() | MakeRelative(Url^) | Makes the specified Url relative with respect to the current one. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Move(Url^, Url^) | Moves the URL from the old base to the new one. |
![]() | ToString() | (Inherited from Object.) |
![]() ![]() | Unescape(String^, Boolean) | Converts an escaped string to an unescaped string. |
Show:


