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.
When overridden in a derived class, gets a value representing the URI of the resource.
Namespace: Microsoft.Windows.Design.Services
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property StreamUri As Uri
Get
public abstract Uri StreamUri { get; }
public:
virtual property Uri^ StreamUri {
Uri^ get () abstract;
}
abstract StreamUri : Uri
abstract function get StreamUri () : Uri
Property Value
Type: System.Uri
The URI of the resource.
Remarks
The StreamUri property can be used to obtain access to the stream through a call to the Create method.
Calling Create with this URI calls the OpenStream method.
.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.Windows.Design.Services Namespace