GetAssets Method
Gets all assets of a folder and subfolders that match specified uri.
Definition
Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
IEnumerable<Uri> GetAssets(
Uri uri,
Uri? baseUri
)
Function GetAssets (
uri As Uri,
baseUri As Uri
) As IEnumerable(Of Uri)
abstract GetAssets :
uri : Uri *
baseUri : Uri -> IEnumerable<Uri>
Parameters
Return Value
IEnumerable(Uri)
All matching assets as a tuple of the absolute path to the asset and the assembly containing the asset