Skip to content

Latest commit

 

History

History
99 lines (78 loc) · 2.83 KB

nf-rometadataapi-imetadataimport-enummethodsemantics.md

File metadata and controls

99 lines (78 loc) · 2.83 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:rometadataapi.IMetaDataImport.EnumMethodSemantics
IMetaDataImport::EnumMethodSemantics (rometadataapi.h)
Enumerates the properties and the property-change events to which the specified method is related.
EnumMethodSemantics
EnumMethodSemantics method [Windows Runtime]
EnumMethodSemantics method [Windows Runtime]
IMetaDataImport interface
IMetaDataImport interface [Windows Runtime]
EnumMethodSemantics method
IMetaDataImport.EnumMethodSemantics
IMetaDataImport::EnumMethodSemantics
rometadataapi/IMetaDataImport::EnumMethodSemantics
winrt.imetadataimport_enummethodsemantics
winrt\imetadataimport_enummethodsemantics.htm
WinRT
2b3be5bb-1da7-40d7-8407-c08c2f2723e5
12/05/2018
EnumMethodSemantics, EnumMethodSemantics method [Windows Runtime], EnumMethodSemantics method [Windows Runtime],IMetaDataImport interface, IMetaDataImport interface [Windows Runtime],EnumMethodSemantics method, IMetaDataImport.EnumMethodSemantics, IMetaDataImport::EnumMethodSemantics, rometadataapi/IMetaDataImport::EnumMethodSemantics, winrt.imetadataimport_enummethodsemantics
rometadataapi.h
Windows
Rometadataapi.idl
Windows
19H1
IMetaDataImport::EnumMethodSemantics
rometadataapi/IMetaDataImport::EnumMethodSemantics
c++
APIRef
kbSyntax
COM
rometadataapi.h
IMetaDataImport.EnumMethodSemantics

IMetaDataImport::EnumMethodSemantics

-description

Enumerates the properties and the property-change events to which the specified method is related.

-parameters

-param phEnum [in, out]

A pointer to the enumerator. This must be NULL for the first call of this method.

-param tkMethodDef [in]

A MethodDef token that limits the scope of the enumeration.

-param rgEventProp [out]

The array used to store the events or properties.

-param cMax [in]

The maximum size of the rgEventProp array.

-param pcEventProp [out]

The number of events or properties returned in rgEventProp.

-returns

HRESULT Description
S_OK EnumMethodSemantics returned successfully.
S_FALSE There are no events or properties to enumerate. In this case, pcEventProp is 0 (zero).

-see-also

IMetaDataImport