ComponentOne Basic Library for UWP
GetLocalResourceAsync Method

C1.UWP Assembly > C1.Xaml Namespace > ResourceLoader Class : GetLocalResourceAsync Method
The relative path specifies the resource.
Used to retrieve a StorageFile that uses qualifiers in the naming convention.
Syntax
'Declaration
 
Public Shared Function GetLocalResourceAsync( _
   ByVal relativePath As System.String _
) As System.Threading.Tasks.Task(Of StorageFile)
public static System.Threading.Tasks.Task<StorageFile> GetLocalResourceAsync( 
   System.string relativePath
)

Parameters

relativePath
The relative path specifies the resource.
See Also

Reference

ResourceLoader Class
ResourceLoader Members