UCOMITypeInfo.GetDocumentation(Int32, String, String, Int32, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从文档字符串、完整的帮助文件名和路径以及帮助主题的上下文 ID 中检索指定的类型说明。
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
要返回其文档的成员的 ID。
- strName
- String
成功返回时,项方法的名称。
- strDocString
- String
成功返回时,指定项的文档字符串。
- dwHelpContext
- Int32
成功返回后,为对与指定项关联的帮助上下文的引用。
- strHelpFile
- String
成功返回后,为帮助文件的完全限定名。
注解
有关 的其他 ITypeInfo::GetDocumentation
信息,请参阅 MSDN 库。