Url Constructor (Url^, String^)

 

Initializes a new instance of Url that is based on the specified base Url and relative path.

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

public:
Url(
	Url^ baseUrl,
	String^ relpath
)

Parameters

baseUrl
Type: Microsoft.VisualStudio.Shell::Url^

The base Url.

relpath
Type: System::String^

The relative path.

If relpath is null, this constructor returns the base Url. If baseUrl has a null Uri, then it makes a Url from relpath.

Return to top
Show: