UrlTag::Url Property

 

Gets the URL.

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

public:
property Uri^ Url {
	[CompilerGeneratedAttribute]
	virtual Uri^ get() sealed;
	[CompilerGeneratedAttribute]
	private: virtual void set(Uri^ value) sealed;
}

Property Value

Type: System::Uri^

The URL.

Implements

IUrlTag::Url
Return to top
Show: