Url Constructor (String^)

 

Initializes a new instance of Url for the specified path.

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

public:
Url(
	String^ path
)

Parameters

path
Type: System::String^

The path for which to create the URL.

This method first tries to create an absolute Uri. If it cannot, it tries to create a relative Uri.

Return to top
Show: