共用方式為


IDiaSession::findInputAssemblyFiles

擷取列舉,允許用戶端逐一查看 .NET Native 輸入元件檔。

語法

HRESULT findInputAssemblyFiles (
   IDiaEnumInputAssemblyFiles** ppResult
);

參數

ppResult

[out]傳 IDiaEnumInputAssemblyFiles 回 物件,其中包含 .NET Native 輸入元件檔的清單。

傳回值

如果成功,則會傳回 S_OK;否則,會傳回錯誤碼。

另請參閱