IMetaDataAssemblyEmit::SetExportedTypeProps 方法
修改指定的 ExportedType
元数据结构。
语法
HRESULT SetExportedTypeProps (
[in] mdExportedType ct,
[in] mdToken tkImplementation,
[in] mdTypeDef tkTypeDef,
[in] DWORD dwExportedTypeFlags
);
参数
ct
[in] 指定要修改的 ExportedType
元数据结构的元数据标记。
tkImplementation
[in] File
、AssemblyRef
或 ExportedType
类型的标记,用于指定如何实现此类型。
tkTypeDef
[in] 在代码文件中引用的 TypeDef
标记。
dwExportedTypeFlags
[in] 指定类型属性的值的按位组合。
注解
若要创建 ExportedType
元数据结构,请使用 IMetaDataAssemblyEmit::DefineExportedType 方法。
要求
平台:请参阅系统要求。
标头:Cor.h
库:用作 MsCorEE.dll 中的资源
.NET Framework 版本:自 1.0 起可用