次の方法で共有


IMetaDataAssemblyEmit::SetExportedTypeProps Method

指定した ExportedType メタデータ構造を変更します。

Syntax

HRESULT SetExportedTypeProps (
    [in] mdExportedType   ct,
    [in] mdToken          tkImplementation,
    [in] mdTypeDef        tkTypeDef,
    [in] DWORD            dwExportedTypeFlags
);

Parameters

ct [in]変更する ExportedType メタデータ構造を指定するメタデータ トークン。

tkImplementation [in]この型の実装方法を指定する FileAssemblyRef、または ExportedTypeの種類のトークン。

tkTypeDef [in]コード ファイルで参照される TypeDef トークン。

dwExportedTypeFlags [in]型の属性を指定する値のビットごとの組み合わせ。

Remarks

ExportedTypeメタデータ構造を作成するには、IMetaDataAssemblyEmit::D efineExportedType メソッドを使用します。

Requirements

プラットフォーム:サポートされている .NET オペレーティング システムを参照してください。

Header: Cor.h

Library: CorGuids.lib

See also