Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the URL.
Namespace: Microsoft.VisualStudio.Text.Tagging
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public Property Url As Uri
public Uri Url { get; private set; }
public:
virtual property Uri^ Url {
Uri^ get () sealed;
private: void set (Uri^ value) sealed;
}
abstract Url : Uri with get, private set
override Url : Uri with get, private set
final function get Url () : Uri
private final function set Url (value : Uri)
Property Value
Type: System.Uri
The URL.
Implements
.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.