winrt::make_agile 함수 템플릿(C++/WinRT)
C++/WinRT 개체 또는 인터페이스에 대한 민첩한 참조를 나타내는 agile_ref 개체를 반환하는 도우미 함수입니다. 자세한 정보 및 코드 예제는 C++/WinRT의 Agile 개체를 참조하세요.
구문
template <typename T>
agile_ref<T> make_agile(T const& object);
템플릿 매개 변수
typename T
민첩한 참조를 만들 C++/WinRT 개체 또는 인터페이스의 형식입니다.
매개 변수
object
민첩한 참조를 만들 C++/WinRT 개체 또는 인터페이스입니다.
반환 값
C++/WinRT 개체 또는 인터페이스에 대한 agile 참조를 나타내는 agile_ref .
요구 사항
지원되는 최소 SDK: Windows SDK 버전 10.0.17134.0(Windows 10, 버전 1803)
네임스페이스: winrt
헤더: %WindowsSdkDir%IncludeWindowsTargetPlatformVersion<>\cppwinrt\winrt\base.h(기본적으로 포함)