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
'宣言
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 | |
---|---|---|
Url | Gets the URL. |
Top