Share via


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

See Also

Reference

ExternalResourceService Class

Microsoft.Windows.Design.Services Namespace

Other Resources

WPF Designer Extensibility