UCOMITypeLib.GetDocumentation(Int32, String, String, Int32, String) 方法

定义

检索库的文档字符串、完整的帮助文件名和路径以及帮助文件中的库帮助主题的上下文标识符。

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 库。

适用于