次の方法で共有


UCOMITypeLib.GetDocumentation メソッド

ヘルプ ファイルのライブラリ ヘルプ トピックのライブラリ ドキュメント文字列、完全なヘルプ ファイル名とパス、およびコンテキスト識別子を取得します。

Sub GetDocumentation( _
   ByVal index As Integer, _   <Out()> ByRef strName As String, _   <Out()> ByRef strDocString As String, _   <Out()> ByRef dwHelpContext As Integer, _   <Out()> ByRef strHelpFile As String _)
[C#]
void GetDocumentation(
   intindex,   out stringstrName,   out stringstrDocString,   out intdwHelpContext,   out stringstrHelpFile);
[C++]
void GetDocumentation(
   intindex,   [   Out] String** strName,   [   Out] String** strDocString,   [   Out] int* dwHelpContext,   [   Out] String** strHelpFile);
[JScript]
function GetDocumentation(
   index : int,strName : String,strDocString : String,dwHelpContext : int,strHelpFile : String);

パラメータ

  • index
    ドキュメントが返される型の説明のインデックス。
  • strName
    指定した項目の名前を格納している文字列を返します。
  • strDocString
    指定した項目のドキュメント文字列を格納している文字列を返します。
  • dwHelpContext
    指定した項目に関連付けられたヘルプ コンテキスト識別子を返します。
  • strHelpFile
    ヘルプ ファイルの完全限定名を格納している文字列を返します。

解説

ITypeLib::GetDocumentation の詳細については、MSDN ライブラリを参照してください。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

UCOMITypeLib インターフェイス | UCOMITypeLib メンバ | System.Runtime.InteropServices 名前空間