ExternalResourceService.ResourceUris Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
When overridden in a derived class, gets an enumeration of URI values that can be loaded as resources.
Namespace: Microsoft.Windows.Design.Services
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ResourceUris As IEnumerable(Of Uri)
Get
public abstract IEnumerable<Uri> ResourceUris { get; }
public:
virtual property IEnumerable<Uri^>^ ResourceUris {
IEnumerable<Uri^>^ get () abstract;
}
abstract ResourceUris : IEnumerable<Uri>
abstract function get ResourceUris () : IEnumerable<Uri>
Property Value
Type: System.Collections.Generic.IEnumerable<Uri>
An enumeration of URI values.
.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