ImplementsHelper 結構
支援 WRL 基礎結構,而且不是為了要直接從您的程式碼中使用而設計。
template <
typename RuntimeClassFlagsT,
typename ILst,
bool IsDelegateToClass
>
friend struct Details::ImplementsHelper;
參數
RuntimeClassFlagsT
指定一或多個 RuntimeClassType 列舉值旗標的欄位。ILst
介面 ID 的清單。IsDelegateToClass
如果目前的執行個體是在ILst中的第一個介面 ID 的基底類別,請指定 true ;否則, false。
備註
協助實作 實作 結構。
這個範本會周遊介面清單並將它們當做基底類別和做為啟用 QueryInterface的必要資訊。
繼承階層架構
ImplementsHelper
需求
標題: implements.h
命名空間: Microsoft::WRL::Details
請參閱
參考
其他資源
Reference (Windows Runtime Library)