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 ライブラリを参照してください。

適用対象