IUrlTag.Url Property
Gets the URL.
Namespace: Microsoft.VisualStudio.Text.Tagging
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'宣言
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.