mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
24 lines
1.0 KiB
C++
24 lines
1.0 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT
|
|
// v2.0.250303.1
|
|
|
|
#pragma once
|
|
#ifndef WINRT_Microsoft_UI_Xaml_Automation_Provider_2_H
|
|
#define WINRT_Microsoft_UI_Xaml_Automation_Provider_2_H
|
|
#include "winrt/impl/Microsoft.UI.Xaml.1.h"
|
|
#include "winrt/impl/Microsoft.UI.Xaml.Automation.Provider.1.h"
|
|
WINRT_EXPORT namespace winrt::Microsoft::UI::Xaml::Automation::Provider {
|
|
struct WINRT_IMPL_EMPTY_BASES IRawElementProviderSimple
|
|
: winrt::Microsoft::UI::Xaml::Automation::Provider::
|
|
IIRawElementProviderSimple,
|
|
impl::base<IRawElementProviderSimple,
|
|
winrt::Microsoft::UI::Xaml::DependencyObject>,
|
|
impl::require<IRawElementProviderSimple,
|
|
winrt::Microsoft::UI::Xaml::IDependencyObject> {
|
|
IRawElementProviderSimple(std::nullptr_t) noexcept {}
|
|
IRawElementProviderSimple(void* ptr, take_ownership_from_abi_t) noexcept
|
|
: winrt::Microsoft::UI::Xaml::Automation::Provider::
|
|
IIRawElementProviderSimple(ptr, take_ownership_from_abi) {}
|
|
};
|
|
}
|
|
#endif
|