Dela via


IMarkupProjectContext.ResourceUris Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets an enumeration of URI values that can be loaded as resources.

Namespace:  Microsoft.Windows.Design.Documents
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
ReadOnly Property ResourceUris As IEnumerable(Of Uri)
'Usage
Dim instance As IMarkupProjectContext 
Dim value As IEnumerable(Of Uri)

value = instance.ResourceUris
IEnumerable<Uri> ResourceUris { get; }
property IEnumerable<Uri^>^ ResourceUris {
    IEnumerable<Uri^>^ get ();
}
function get ResourceUris () : IEnumerable<Uri>

Property Value

Type: System.Collections.Generic.IEnumerable<Uri>

.NET Framework Security

See Also

Reference

IMarkupProjectContext Interface

IMarkupProjectContext Members

Microsoft.Windows.Design.Documents Namespace

Other Resources

WPF Designer Extensibility