UCOMITypeLib.GetDocumentation(Int32, String, String, Int32, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索库的文档字符串、完整的帮助文件名和路径以及帮助文件中的库帮助主题的上下文标识符。
public:
void GetDocumentation(int index, [Runtime::InteropServices::Out] System::String ^ % strName, [Runtime::InteropServices::Out] System::String ^ % strDocString, [Runtime::InteropServices::Out] int % dwHelpContext, [Runtime::InteropServices::Out] System::String ^ % strHelpFile);
public void GetDocumentation (int index, out string strName, out string strDocString, out int dwHelpContext, out string strHelpFile);
abstract member GetDocumentation : int * string * string * int * string -> unit
Public Sub GetDocumentation (index As Integer, ByRef strName As String, ByRef strDocString As String, ByRef dwHelpContext As Integer, ByRef strHelpFile As String)
参数
- index
- Int32
要返回其文档的类型说明的索引。
- strName
- String
返回包含指定项名称的字符串。
- strDocString
- String
返回包含指定项文档字符串的字符串。
- dwHelpContext
- Int32
返回与指定项关联的帮助上下文标识符。
- strHelpFile
- String
返回包含帮助文件的完全限定名的字符串。
注解
有关 的其他 ITypeLib::GetDocumentation
信息,请参阅 MSDN 库。