Files
nearby/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.Resources.2.h
T
jfcarroll 9f8d186e42 Updating the winrt headers
After this C/L you must update your Windows SDK to 10.0.20348.0 in order to build on Visual Studio

PiperOrigin-RevId: 393786833
2021-08-30 09:22:59 -07:00

31 lines
1.7 KiB
C++

// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3
#ifndef WINRT_Windows_ApplicationModel_Resources_2_H
#define WINRT_Windows_ApplicationModel_Resources_2_H
#include "winrt/impl/Windows.Foundation.1.h"
#include "winrt/impl/Windows.UI.1.h"
#include "winrt/impl/Windows.ApplicationModel.Resources.1.h"
WINRT_EXPORT namespace winrt::Windows::ApplicationModel::Resources
{
struct __declspec(empty_bases) ResourceLoader : winrt::Windows::ApplicationModel::Resources::IResourceLoader,
impl::require<ResourceLoader, winrt::Windows::ApplicationModel::Resources::IResourceLoader2>
{
ResourceLoader(std::nullptr_t) noexcept {}
ResourceLoader(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Resources::IResourceLoader(ptr, take_ownership_from_abi) {}
ResourceLoader();
explicit ResourceLoader(param::hstring const& name);
ResourceLoader(ResourceLoader const&) noexcept = default;
ResourceLoader(ResourceLoader&&) noexcept = default;
ResourceLoader& operator=(ResourceLoader const&) & noexcept = default;
ResourceLoader& operator=(ResourceLoader&&) & noexcept = default;
static auto GetStringForReference(winrt::Windows::Foundation::Uri const& uri);
static auto GetForCurrentView();
static auto GetForCurrentView(param::hstring const& name);
static auto GetForViewIndependentUse();
static auto GetForViewIndependentUse(param::hstring const& name);
static auto GetForUIContext(winrt::Windows::UI::UIContext const& context);
static auto GetDefaultPriPath(param::hstring const& packageFullName);
};
}
#endif