Url Properties

 

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

NameDescription
System_CAPS_pubpropertyAbsoluteUrl

Gets the absolute URL as a string.

System_CAPS_pubpropertyDirectory

Returns the unescaped absolute URL for the parent directory that contains the file that is referenced by this URL object.

System_CAPS_pubpropertyIsFile

Determines whether the URL represents a file (as opposed to an HTTP location).

System_CAPS_pubpropertySegments

Gets an array of the segments of the URL.

System_CAPS_pubpropertyUri

Gets the URI for this URL.

Return to top
Show: