Struttura ImplementsHelper

Supporta l'infrastruttura WRL e non può essere utilizzata direttamente dal proprio codice.

template <
   typename RuntimeClassFlagsT,
   typename ILst,
   bool IsDelegateToClass
>
friend struct Details::ImplementsHelper;

Parametri

  • RuntimeClassFlagsT
    Un campo di flag che specifica uno o più enumeratori RuntimeClassType.

  • ILst
    Elenco di interfacce ID.

  • IsDelegateToClass
    true se l'istanza corrente di risorse è una classe base della prima interfaccia ID in ILst; in caso contrario, false.

Note

Le guide implementano la struttura Implementa.

Questo modello attraversa l'elenco delle interfacce e le aggiunge come classi base e come informazioni necessarie per abilitare QueryInterface.

Gerarchia di ereditarietà

ImplementsHelper

Requisiti

Header: implements.h

Namespace: Microsoft::WRL::Details

Vedere anche

Riferimenti

Spazio dei nomi Microsoft::WRL::Details

Altre risorse

Reference (Windows Runtime Library)