مشاركة عبر


أسلوب IMetaDataImport::GetEventProps

Gets بيانات التعريف معلومات for the حدث represented بواسطة the specified حدث token, including the declaring نوع, the إضافة و إزالة وظائف for المفوضون, و أي علامات و غير ذلك associated بيانات.

HRESULT GetEventProps (
   [in]  mdEvent       ev,
   [out] mdTypeDef     *pClass, 
   [out] LPCWSTR       szEvent, 
   [in]  ULONG         cchEvent, 
   [out] ULONG         *pchEvent, 
   [out] DWORD         *pdwEventFlags,
   [out] mdToken       *ptkEventType,
   [out] mdMethodDef   *pmdAddOn, 
   [out] mdMethodDef   *pmdRemoveOn, 
   [out] mdMethodDef   *pmdFire, 
   [out] mdMethodDef   rmdOtherMethod[], 
   [in]  ULONG         cMax,
   [out] ULONG         *pcOtherMethod
);

المعلمات

  • ev
    [في] The حدث بيانات التعريف token representing the حدث إلى يحصل بيانات التعريف for.

  • pClass
    [خارج] A مؤشر إلى the TypeDef token representing the فئة that declares the حدث.

  • szEvent
    [خارج] The اسم of the حدث مشار إليها بواسطة ev.

  • pchEvent
    [في] The requested الطول في wide حرف/ حروف of szEvent.

  • pdwEventFlags
    [خارج] The returned الطول في wide حرف/ حروف of szEvent.

  • ptkEventType
    [خارج] A مؤشر إلى a TypeRef أو TypeDef بيانات التعريف token representing the Delegate نوع of the حدث.

  • pmdAddOn
    [خارج] A مؤشر إلى the بيانات التعريف token representing the أسلوب that adds handlers for the حدث.

  • pmdRemoveOn
    [خارج] A مؤشر إلى the بيانات التعريف token representing the أسلوب that removes handlers for the حدث.

  • pmdFire
    [خارج] A مؤشر إلى the بيانات التعريف token representing the أسلوب that raises the حدث.

  • rmdOtherMethod
    [الخروج] صفيفة من المؤشرات الرمز المميز للأساليب الأخرى المقترنة بالحدث.

  • cMax
    [في] الحد الأقصى لحجم rmdOtherMethodالصفيف.

  • pcOtherMethod
    [خارج] The رقم of رموز مميزة returned في rmdOtherMethod.

المتطلبات

الأنظمة الأساسية: See متطلبات النظام إطار عمل .NET.

**Header:**Cor.h

**المكتبة:**مُضمن كـ مورد في MsCorEE.dll

.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

راجع أيضًا:

المرجع

واجهة IMetaDataImport

واجهة IMetaDataImport2