winrt::xaml_typename 関数テンプレート (C++/WinRT)
Windows ランタイム型の型名を Windows::UI::Xaml::Interop::TypeName オブジェクトの形式で返すヘルパー関数。 GetRuntimeClassName 関数も参照してください。
構文
template <typename T>
inline winrt::Windows::UI::Xaml::Interop::TypeName xaml_typename();
テンプレート パラメーター
typename T
Windows ランタイム クラス型。
戻り値
型を表す Windows::UI::Xaml::Interop::TypeName オブジェクト。
例
// App.cpp
void App::OnLaunched(LaunchActivatedEventArgs const& e)
{
Frame rootFrame{ nullptr };
auto content = Window::Current().Content();
if (content) rootFrame = content.try_as<Frame>();
...
rootFrame.Navigate(xaml_typename<Bookstore::MainPage>(), box_value(e.Arguments()));
...
}
必要条件
サポートされている最小 SDK: Windows SDK バージョン 10.0.17134.0 (Windows 10、バージョン 1803)
名前空間: winrt
ヘッダー: %WindowsSdkDir%IncludeWindowsTargetPlatformVersion<>\cppwinrt\winrt\Windows。UI。Xaml.Interop.h (既定では含まれていません)