次の方法で共有


IDiaEnumInputAssemblyFiles::Item

インデックスを使用して入力アセンブリ ファイルを取得します。

構文

HRESULT Item ( 
   DWORD                   index,
   IDiaInputAssemblyFile** file
);

パラメーター

index

[in]取得する IDiaInputAssemblyFile オブジェクトのインデックス。 インデックスの範囲は 0 から count-1 で、 countIDiaEnumInputAssemblyFiles::get_Count メソッドによって返されます。

file

[out]入力アセンブリ ファイルを表す IDiaInputAssemblyFile オブジェクトを返します。

戻り値

成功した場合は、S_OK を返します。それ以外の場合は、エラー コードを返します。

関連項目