共用方式為


ResourceLoader.GetDefaultResourceFilePath 方法

定義

取得預設的資源檔路徑,這是如果未指定任何自訂路徑,則會使用 建立 ResourceLoader 的路徑。

public:
 static Platform::String ^ GetDefaultResourceFilePath();
 static winrt::hstring GetDefaultResourceFilePath();
public static string GetDefaultResourceFilePath();
function getDefaultResourceFilePath()
Public Shared Function GetDefaultResourceFilePath () As String

傳回

String

Platform::String

winrt::hstring

預設路徑。

適用於