הערה
גישה לעמוד זה דורשת אישור. אתה יכול לנסות להיכנס או לשנות תיקיות.
גישה לעמוד זה דורשת אישור. אתה יכול לנסות לשנות מדריכים.
Retrieves assembly-level custom attributes.
Syntax
HRESULT EnumCustomAttributes(
HALINKENUM hEnum,
mdToken tkType,
mdCustomAttribute rCustomValues[],
ULONG cMax,
ULONG* pcCustomValues
) PURE;
Parameters
hEnum
Handle of enumerator.
tkType
Type of attributes to be enumerated. Use mdTokenNill for all attributes.
rCustomValues
Receives custom attributes tokens.
cMax
Specifies size of rCustomValues array.
pcCustomValues
Optionally receives count of token values.
Return Value
Returns S_OK if the method succeeds.
Requirements
Requires alink.h
See also
שתפו איתנו פעולה ב-GitHub
המקור לתוכן זה נמצא ב-GitHub, שם ניתן גם ליצור ולבחון בעיות ולמשוך בקשות. למידע נוסף, ראו את מדריך התורמים שלנו.