eDosStation/eDosStationApp/Generated Files/DirectXPage.g.h
2019-02-01 17:35:18 +01:00

45 lines
1.5 KiB
C++

#pragma once
//------------------------------------------------------------------------------
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//------------------------------------------------------------------------------
namespace Windows {
namespace UI {
namespace Xaml {
namespace Controls {
ref class SwapChainPanel;
ref class AppBar;
}
}
}
}
namespace eDosStationApp
{
[::Windows::Foundation::Metadata::WebHostHidden]
partial ref class DirectXPage : public ::Windows::UI::Xaml::Controls::Page,
public ::Windows::UI::Xaml::Markup::IComponentConnector,
public ::Windows::UI::Xaml::Markup::IComponentConnector2
{
public:
void InitializeComponent();
virtual void Connect(int connectionId, ::Platform::Object^ target);
virtual ::Windows::UI::Xaml::Markup::IComponentConnector^ GetBindingConnector(int connectionId, ::Platform::Object^ target);
private:
void UnloadObject(::Windows::UI::Xaml::DependencyObject^ dependencyObject);
void DisconnectUnloadedObject(int connectionId);
private:
bool _contentLoaded;
private: ::Windows::UI::Xaml::Controls::SwapChainPanel^ swapChainPanel;
private: ::Windows::UI::Xaml::Controls::AppBar^ bottomAppBar;
};
}