IUrlTag Interface

A tag that represents a URL.

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

Syntax

'Declaration
Public Interface IUrlTag _
    Inherits ITag
public interface IUrlTag : ITag
public interface class IUrlTag : ITag
type IUrlTag =  
    interface
        interface ITag
    end
public interface IUrlTag extends ITag

The IUrlTag type exposes the following members.

Properties

  Name Description
Public property Url Gets the URL.

Top

See Also

Reference

Microsoft.VisualStudio.Text.Tagging Namespace