Basic Library for UWP/WinRT XAML
GetLocalResourceAsync メソッド

リソースを指定する相対パス。
命名規則の中で修飾子を使用する StorageFile の取得に使用されます。
構文
'宣言
 
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
)

パラメータ

relativePath
リソースを指定する相対パス。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

ResourceLoader クラス
ResourceLoader メンバ

Send Feedback