ITypeLib.GetDocumentation
似乎会返回库的helpfile路径。 ITypeInfo.GetDocumentation
似乎会返回Type的帮助文件路径。
TypeInfo是否可以拥有与库的帮助文件或库中的其他TypeInfos不同的帮助文件?或者所有库类型的帮助文件是否始终是库的帮助文件?
是否有任何Microsoft类型库的示例在单个库中定义了多个帮助文件?
答案 0 :(得分:3)
没有。没有任何方法可以通过这种方式为类型库创建IDL,[helpfile] attribute仅对 create_table 'companies', force: true do |t|
t.string 'name'
t.string 'website'
t.string 'logo'
t.datetime 'created_at'
t.datetime 'updated_at'
t.integer 'type_id'
end
关键字有效。请注意评论:
库中的所有类型共享相同的帮助文件。
能够从ITypeInfo中检索它只是一种方便。无论如何,这是一个绝望的过时概念,今天在网页上提供了帮助。