ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / ResourceLoader Class / GetLocalResourceAsync Method
The relative path specifies the resource.

In This Topic
    GetLocalResourceAsync Method
    In This Topic
    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