UrlTag Constructor (Uri^)

 

Create a new tag with the given URL.

Namespace:   Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

public:
UrlTag(
	Uri^ url
)

Parameters

url
Type: System::Uri^

The URL.

Exception Condition
ArgumentNullException

Thrown if url is null.

Return to top
Show: