Sparkline for UWP | ComponentOne
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 String _
    ) As Task(Of StorageFile)
    public static Task<StorageFile> GetLocalResourceAsync( 
       string relativePath
    )

    Parameters

    relativePath
    The relative path specifies the resource.
    See Also