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.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'宣告
Public Sub New ( _
baseUrl As Url, _
relpath As String _
)
public Url(
Url baseUrl,
string relpath
)
Parameters
- baseUrl
Type: Microsoft.VisualStudio.Shell.Url
The base Url.
- relpath
Type: System.String
The relative path.
Remarks
If relpath is nulla null reference (Nothing in Visual Basic), this constructor returns the base Url. If baseUrl has a null Uri, then it makes a Url from relpath.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.