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
- 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
IMarkupProjectContext Interface
Microsoft.Windows.Design.Documents Namespace