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
+28
-28
@@ -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_Navigation_0_H
|
||||
@@ -247,10 +247,10 @@ namespace winrt::impl
|
||||
template <typename D>
|
||||
struct consume_Windows_UI_Xaml_Navigation_IFrameNavigationOptions
|
||||
{
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(bool) IsNavigationStackEnabled() const;
|
||||
WINRT_IMPL_AUTO(void) IsNavigationStackEnabled(bool value) const;
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(winrt::Windows::UI::Xaml::Media::Animation::NavigationTransitionInfo) TransitionInfoOverride() const;
|
||||
WINRT_IMPL_AUTO(void) TransitionInfoOverride(winrt::Windows::UI::Xaml::Media::Animation::NavigationTransitionInfo const& value) const;
|
||||
[[nodiscard]] auto IsNavigationStackEnabled() const;
|
||||
auto IsNavigationStackEnabled(bool value) const;
|
||||
[[nodiscard]] auto TransitionInfoOverride() const;
|
||||
auto TransitionInfoOverride(winrt::Windows::UI::Xaml::Media::Animation::NavigationTransitionInfo const& value) const;
|
||||
};
|
||||
template <> struct consume<winrt::Windows::UI::Xaml::Navigation::IFrameNavigationOptions>
|
||||
{
|
||||
@@ -259,7 +259,7 @@ namespace winrt::impl
|
||||
template <typename D>
|
||||
struct consume_Windows_UI_Xaml_Navigation_IFrameNavigationOptionsFactory
|
||||
{
|
||||
WINRT_IMPL_AUTO(winrt::Windows::UI::Xaml::Navigation::FrameNavigationOptions) 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::Navigation::IFrameNavigationOptionsFactory>
|
||||
{
|
||||
@@ -268,10 +268,10 @@ namespace winrt::impl
|
||||
template <typename D>
|
||||
struct consume_Windows_UI_Xaml_Navigation_INavigatingCancelEventArgs
|
||||
{
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(bool) Cancel() const;
|
||||
WINRT_IMPL_AUTO(void) Cancel(bool value) const;
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(winrt::Windows::UI::Xaml::Navigation::NavigationMode) NavigationMode() const;
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(winrt::Windows::UI::Xaml::Interop::TypeName) SourcePageType() const;
|
||||
[[nodiscard]] auto Cancel() const;
|
||||
auto Cancel(bool value) const;
|
||||
[[nodiscard]] auto NavigationMode() const;
|
||||
[[nodiscard]] auto SourcePageType() const;
|
||||
};
|
||||
template <> struct consume<winrt::Windows::UI::Xaml::Navigation::INavigatingCancelEventArgs>
|
||||
{
|
||||
@@ -280,8 +280,8 @@ namespace winrt::impl
|
||||
template <typename D>
|
||||
struct consume_Windows_UI_Xaml_Navigation_INavigatingCancelEventArgs2
|
||||
{
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(winrt::Windows::Foundation::IInspectable) Parameter() const;
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(winrt::Windows::UI::Xaml::Media::Animation::NavigationTransitionInfo) NavigationTransitionInfo() const;
|
||||
[[nodiscard]] auto Parameter() const;
|
||||
[[nodiscard]] auto NavigationTransitionInfo() const;
|
||||
};
|
||||
template <> struct consume<winrt::Windows::UI::Xaml::Navigation::INavigatingCancelEventArgs2>
|
||||
{
|
||||
@@ -290,12 +290,12 @@ namespace winrt::impl
|
||||
template <typename D>
|
||||
struct consume_Windows_UI_Xaml_Navigation_INavigationEventArgs
|
||||
{
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(winrt::Windows::Foundation::IInspectable) Content() const;
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(winrt::Windows::Foundation::IInspectable) Parameter() const;
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(winrt::Windows::UI::Xaml::Interop::TypeName) SourcePageType() const;
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(winrt::Windows::UI::Xaml::Navigation::NavigationMode) NavigationMode() const;
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(winrt::Windows::Foundation::Uri) Uri() const;
|
||||
WINRT_IMPL_AUTO(void) Uri(winrt::Windows::Foundation::Uri const& value) const;
|
||||
[[nodiscard]] auto Content() const;
|
||||
[[nodiscard]] auto Parameter() const;
|
||||
[[nodiscard]] auto SourcePageType() const;
|
||||
[[nodiscard]] auto NavigationMode() const;
|
||||
[[nodiscard]] auto Uri() const;
|
||||
auto Uri(winrt::Windows::Foundation::Uri const& value) const;
|
||||
};
|
||||
template <> struct consume<winrt::Windows::UI::Xaml::Navigation::INavigationEventArgs>
|
||||
{
|
||||
@@ -304,7 +304,7 @@ namespace winrt::impl
|
||||
template <typename D>
|
||||
struct consume_Windows_UI_Xaml_Navigation_INavigationEventArgs2
|
||||
{
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(winrt::Windows::UI::Xaml::Media::Animation::NavigationTransitionInfo) NavigationTransitionInfo() const;
|
||||
[[nodiscard]] auto NavigationTransitionInfo() const;
|
||||
};
|
||||
template <> struct consume<winrt::Windows::UI::Xaml::Navigation::INavigationEventArgs2>
|
||||
{
|
||||
@@ -313,10 +313,10 @@ namespace winrt::impl
|
||||
template <typename D>
|
||||
struct consume_Windows_UI_Xaml_Navigation_INavigationFailedEventArgs
|
||||
{
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(winrt::hresult) Exception() const;
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(bool) Handled() const;
|
||||
WINRT_IMPL_AUTO(void) Handled(bool value) const;
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(winrt::Windows::UI::Xaml::Interop::TypeName) SourcePageType() const;
|
||||
[[nodiscard]] auto Exception() const;
|
||||
[[nodiscard]] auto Handled() const;
|
||||
auto Handled(bool value) const;
|
||||
[[nodiscard]] auto SourcePageType() const;
|
||||
};
|
||||
template <> struct consume<winrt::Windows::UI::Xaml::Navigation::INavigationFailedEventArgs>
|
||||
{
|
||||
@@ -325,9 +325,9 @@ namespace winrt::impl
|
||||
template <typename D>
|
||||
struct consume_Windows_UI_Xaml_Navigation_IPageStackEntry
|
||||
{
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(winrt::Windows::UI::Xaml::Interop::TypeName) SourcePageType() const;
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(winrt::Windows::Foundation::IInspectable) Parameter() const;
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(winrt::Windows::UI::Xaml::Media::Animation::NavigationTransitionInfo) NavigationTransitionInfo() const;
|
||||
[[nodiscard]] auto SourcePageType() const;
|
||||
[[nodiscard]] auto Parameter() const;
|
||||
[[nodiscard]] auto NavigationTransitionInfo() const;
|
||||
};
|
||||
template <> struct consume<winrt::Windows::UI::Xaml::Navigation::IPageStackEntry>
|
||||
{
|
||||
@@ -336,7 +336,7 @@ namespace winrt::impl
|
||||
template <typename D>
|
||||
struct consume_Windows_UI_Xaml_Navigation_IPageStackEntryFactory
|
||||
{
|
||||
WINRT_IMPL_AUTO(winrt::Windows::UI::Xaml::Navigation::PageStackEntry) CreateInstance(winrt::Windows::UI::Xaml::Interop::TypeName const& sourcePageType, winrt::Windows::Foundation::IInspectable const& parameter, winrt::Windows::UI::Xaml::Media::Animation::NavigationTransitionInfo const& navigationTransitionInfo) const;
|
||||
auto CreateInstance(winrt::Windows::UI::Xaml::Interop::TypeName const& sourcePageType, winrt::Windows::Foundation::IInspectable const& parameter, winrt::Windows::UI::Xaml::Media::Animation::NavigationTransitionInfo const& navigationTransitionInfo) const;
|
||||
};
|
||||
template <> struct consume<winrt::Windows::UI::Xaml::Navigation::IPageStackEntryFactory>
|
||||
{
|
||||
@@ -345,7 +345,7 @@ namespace winrt::impl
|
||||
template <typename D>
|
||||
struct consume_Windows_UI_Xaml_Navigation_IPageStackEntryStatics
|
||||
{
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(winrt::Windows::UI::Xaml::DependencyProperty) SourcePageTypeProperty() const;
|
||||
[[nodiscard]] auto SourcePageTypeProperty() const;
|
||||
};
|
||||
template <> struct consume<winrt::Windows::UI::Xaml::Navigation::IPageStackEntryStatics>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user