IMetaDataImport::GetModuleFromScope Method

获取当前元数据范围中引用的模块的元数据令牌。

Syntax

HRESULT GetModuleFromScope (
   [out] mdModule    *pmd
);

Parameters

pmd [out]指向表示当前元数据作用域中引用的模块的标记的指针。

Requirements

平台: 请参阅 .NET 支持的作系统

Header: Cor.h

Library: CorGuids.lib

See also