mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Latest update for winrt
PiperOrigin-RevId: 452591835
This commit is contained in:
committed by
Copybara-Service
parent
11558b453c
commit
28da839987
+5
-5
@@ -1,4 +1,4 @@
|
||||
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210930.14
|
||||
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1
|
||||
|
||||
#pragma once
|
||||
#ifndef WINRT_Windows_UI_Xaml_Resources_0_H
|
||||
@@ -67,7 +67,7 @@ namespace winrt::impl
|
||||
template <typename D>
|
||||
struct consume_Windows_UI_Xaml_Resources_ICustomXamlResourceLoaderFactory
|
||||
{
|
||||
WINRT_IMPL_AUTO(winrt::Windows::UI::Xaml::Resources::CustomXamlResourceLoader) CreateInstance(winrt::Windows::Foundation::IInspectable const& baseInterface, winrt::Windows::Foundation::IInspectable& innerInterface) const;
|
||||
auto CreateInstance(winrt::Windows::Foundation::IInspectable const& baseInterface, winrt::Windows::Foundation::IInspectable& innerInterface) const;
|
||||
};
|
||||
template <> struct consume<winrt::Windows::UI::Xaml::Resources::ICustomXamlResourceLoaderFactory>
|
||||
{
|
||||
@@ -76,7 +76,7 @@ namespace winrt::impl
|
||||
template <typename D>
|
||||
struct consume_Windows_UI_Xaml_Resources_ICustomXamlResourceLoaderOverrides
|
||||
{
|
||||
WINRT_IMPL_AUTO(winrt::Windows::Foundation::IInspectable) GetResource(param::hstring const& resourceId, param::hstring const& objectType, param::hstring const& propertyName, param::hstring const& propertyType) const;
|
||||
auto GetResource(param::hstring const& resourceId, param::hstring const& objectType, param::hstring const& propertyName, param::hstring const& propertyType) const;
|
||||
};
|
||||
template <> struct consume<winrt::Windows::UI::Xaml::Resources::ICustomXamlResourceLoaderOverrides>
|
||||
{
|
||||
@@ -85,8 +85,8 @@ namespace winrt::impl
|
||||
template <typename D>
|
||||
struct consume_Windows_UI_Xaml_Resources_ICustomXamlResourceLoaderStatics
|
||||
{
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(winrt::Windows::UI::Xaml::Resources::CustomXamlResourceLoader) Current() const;
|
||||
WINRT_IMPL_AUTO(void) Current(winrt::Windows::UI::Xaml::Resources::CustomXamlResourceLoader const& value) const;
|
||||
[[nodiscard]] auto Current() const;
|
||||
auto Current(winrt::Windows::UI::Xaml::Resources::CustomXamlResourceLoader const& value) const;
|
||||
};
|
||||
template <> struct consume<winrt::Windows::UI::Xaml::Resources::ICustomXamlResourceLoaderStatics>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user