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.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ResourceUris As IEnumerable(Of Uri)
'Usage
Dim instance As ExternalResourceService
Dim value As IEnumerable(Of Uri)
value = instance.ResourceUris
public abstract IEnumerable<Uri> ResourceUris { get; }
public:
virtual property IEnumerable<Uri^>^ ResourceUris {
IEnumerable<Uri^>^ get () abstract;
}
public abstract function get ResourceUris () : IEnumerable<Uri>
Property Value
Type: System.Collections.Generic.IEnumerable<Uri>
.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
ExternalResourceService Members
Microsoft.Windows.Design.Services Namespace