Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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: Windows 2000, Windows XP, Windows Server 2003 family
Header: Cor.h
Library: Included as a resource in MsCorEE.dll
.NET Framework Version: 2.0, 1.1, 1.0