IDiaEnumInjectedSources::Item

通过索引检索注入源代码。

语法

HRESULT Item ( 
   DWORD                index,
   IDiaInjectedSource** injectedSource
);

参数

索引

[in] 要检索的 IDiaInjectedSource 对象的索引。 索引在 0 到 count-1 范围内,其中 countIDiaEnumInjectedSources::get_Count 方法返回。

injectedSource

[out] 返回表示注入源代码的 IDiaInjectedSource 对象。

返回值

如果成功,则返回 S_OK;否则,返回错误代码。

另请参阅