Url Methods

 

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetPartial(Int32)

Gets the unescaped path up to the specified index.

System_CAPS_pubmethodGetPartial(Int32, Int32)

Gets the unescaped path between the two specified points

System_CAPS_pubmethodGetRemainder(Int32)

Gets the unescaped remainder of the path, starting at the specified segment.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodJoinSegments(Int32, Int32)

Joins the specified segments into a path.

System_CAPS_pubmethodMakeRelative(Url^)

Makes the specified Url relative with respect to the current one.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodMove(Url^, Url^)

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

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticUnescape(String^, Boolean)

Converts an escaped string to an unescaped string.

Return to top
Show: