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 起可用