BinaryResource.StreamUri Property
When overridden in a derived class, gets a value representing the URI of the resource.
Namespace: Microsoft.Windows.Design.Services
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property StreamUri As Uri
'Usage
Dim instance As BinaryResource
Dim value As Uri
value = instance.StreamUri
public abstract Uri StreamUri { get; }
public:
virtual property Uri^ StreamUri {
Uri^ get () abstract;
}
public 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