IMetaDataImport::EnumCustomAttributes Method
Enumerates custom attribute-definition tokens associated with the specified type or member.
HRESULT EnumCustomAttributes (
[in, out] HCORENUM *phEnum,
[in] mdToken tk,
[in] mdToken tkType,
[out] mdCustomAttribute rCustomAttributes[],
[in] ULONG cMax,
[out, optional] ULONG *pcCustomAttributes
);
Parameters
phEnum
[in, out] A pointer to the returned enumerator.tk
[in] A token for the scope of the enumeration, or zero for all custom attributes.tkType
[in] A token for the type of the attributes to be enumerated, or zero for all types.rCustomAttributes
[out] An array of custom attribute tokens.cMax
[in] The maximum size of the rCustomAttributes array.pcCustomAttributes
[out, optional] The actual number of token values returned in rCustomAttributes.
Return Value
HRESULT |
Description |
---|---|
S_OK |
EnumCustomAttributes returned successfully. |
S_FALSE |
There are no custom attributes to enumerate. In that case, pcCustomAttributes is zero. |
Requirements
Platforms: See .NET Framework System Requirements.
Header: Cor.h
Library: Included as a resource in 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