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 a uniform resource identifier (URI) that specifies the location of the deployment manifest.
Namespace: Microsoft.VisualStudio.Tools.Office.Runtime.Security
Assembly: Microsoft.VisualStudio.Tools.Office.Runtime.v9.0 (in Microsoft.VisualStudio.Tools.Office.Runtime.v9.0.dll)
Syntax
'Declaration
Public ReadOnly Property Uri As Uri
'Usage
Dim instance As AddInSecurityEntry
Dim value As Uri
value = instance.Uri
public Uri Uri { get; }
public:
property Uri^ Uri {
Uri^ get ();
}
public function get Uri () : Uri
Property Value
Type: System.Uri
A Uri that specifies the location of the deployment manifest.
.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.
See Also
Reference
Microsoft.VisualStudio.Tools.Office.Runtime.Security Namespace