IMetaDataEmit::SetCustomAttributeValue 方法
设置或更新通过之前对 IMetaDataEmit::DefineCustomAttribute.的调用定义的自定义属性的值。
语法
HRESULT SetCustomAttributeValue (
[in] mdCustomAttribute pcv,
[in] void const *pCustomAttribute,
[in] ULONG cbCustomAttribute
);
参数
pcv
[in] 目标自定义属性的标记。
pCustomAttribute
[in] 指向包含自定义属性的数组的指针。
cbCustomAttribute
[in] 自定义属性的大小(以字节为单位)。
要求
平台:请参阅系统要求。
标头:Cor.h
库:用作 MSCorEE.dll 中的资源
.NET Framework 版本:自 1.0 起可用