หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Supports the WRL infrastructure and is not intended to be used directly from your code.
Syntax
template <typename T, typename U>
struct InterfaceList;
Parameters
T
An interface name; the first interface in the recursive list.
U
An interface name; the remaining interfaces in the recursive list.
Remarks
Used to create a recursive list of interfaces.
Members
Public Typedefs
| Name | Description |
|---|---|
FirstT |
Synonym for template parameter T. |
RestT |
Synonym for template parameter U. |
Inheritance Hierarchy
InterfaceList
Requirements
Header: implements.h
Namespace: Microsoft::WRL::Details