C1.UWP Assembly / C1.Xaml Namespace / ResourceLoader Class / GetResourceAsync Method
The specified uri.

In This Topic
GetResourceAsync Method
In This Topic
Used to retrieve a StorageFile that uses qualifiers in the naming convention.
Syntax
'Declaration
 
Public Shared Function GetResourceAsync( _
   ByVal uri As System.Uri _
) As System.Threading.Tasks.Task(Of StorageFile)
 

Parameters

uri
The specified uri.

Return Value

Returns a StorageFile that uses qualifiers in the naing convention.
See Also