UrlTag(Uri) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a new tag with the given URL.
public:
UrlTag(Uri ^ url);
public UrlTag (Uri url);
new Microsoft.VisualStudio.Text.Tagging.UrlTag : Uri -> Microsoft.VisualStudio.Text.Tagging.UrlTag
Public Sub New (url As Uri)
Parameters
- url
- Uri
The URL.
Exceptions
Thrown if url
is null