winrt::guid_of 函式範本 (C++/WinRT)
協助程式函式範本,可擷取執行時間類別、coclass 或介面的 GUID。
語法
template <typename T>
constexpr winrt::guid const& guid_of() noexcept;
範本參數
typename T
您想要擷取其 GUID 的執行時間類別、coclass 或介面類別型。
傳回值
winrt::guid值,其中包含 的 T
全域唯一識別碼。
規格需求
最低支援的 SDK:Windows SDK 10.0.17134.0 版 (Windows 10版本 1803)
命名空間: winrt
標頭: %WindowsSdkDir%IncludeWindowsTargetPlatformVersion <> \cppwinrt\winrt\base. (h 預設包含)