IDiaEnumInputAssemblyFiles::Item
インデックスを使用して入力アセンブリ ファイルを取得します。
構文
HRESULT Item (
DWORD index,
IDiaInputAssemblyFile** file
);
パラメーター
index
[in]取得する IDiaInputAssemblyFile
オブジェクトのインデックス。 インデックスの範囲は 0 から count
-1 で、 count
は IDiaEnumInputAssemblyFiles::get_Count メソッドによって返されます。
file
[out]入力アセンブリ ファイルを表す IDiaInputAssemblyFile
オブジェクトを返します。
戻り値
成功した場合は、S_OK
を返します。それ以外の場合は、エラー コードを返します。