Initializes a new instance of Url that is based on the specified base Url and relative path.
Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
声明
Public Sub New ( _
    baseUrl As Url, _
    relpath As String _
)
用法
Dim baseUrl As Url
Dim relpath As String
Dim instance As New Url(baseUrl, _
    relpath)
public Url(
    Url baseUrl,
    string relpath
)
public:
Url(
    Url^ baseUrl, 
    String^ relpath
)
new : 
        baseUrl:Url * 
        relpath:string -> Url
public function Url(
    baseUrl : Url, 
    relpath : String
)
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.