IMetaDataEmit::DefineCustomAttribute 方法
为具有指定元数据签名的自定义属性创建定义,以附加到指定对象,并获取该自定义属性定义的标记。
语法
HRESULT DefineCustomAttribute (
[in] mdToken tkObj,
[in] mdToken tkType,
[in] void const *pCustomAttribute,
[in] ULONG cbCustomAttribute,
[out] mdCustomAttribute *pcv
);
参数
tkObj
[in] 所有者项的标记。
tkType
[in] 标识自定义属性的标记。
pCustomAttribute
[in] 指向自定义属性的指针。
cbCustomAttribute
[in] pCustomAttribute
中字节的计数。
pcv
[out] 分配的 mdCustomAttribute
令牌。
要求
平台:请参阅系统要求。
标头:Cor.h
库:用作 MSCorEE.dll 中的资源
.NET Framework 版本:自 1.0 起可用