IUrlTag.Url Property

Gets the URL.

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

Syntax

'Declaration
ReadOnly Property Url As Uri
Uri Url { get; }
property Uri^ Url {
    Uri^ get ();
}
abstract Url : Uri
function get Url () : Uri

Property Value

Type: System.Uri
The URL.

.NET Framework Security

See Also

Reference

IUrlTag Interface

Microsoft.VisualStudio.Text.Tagging Namespace