UCOMITypeInfo.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

要傳回其文件之成員的 ID。

strName
String

在成功傳回時,為項目方法的名稱。

strDocString
String

在成功傳回時,為所指定項目的文件字串。

dwHelpContext
Int32

在成功傳回時,為與所指定項目關聯之說明內容的參考。

strHelpFile
String

在成功傳回時,為說明檔的完整名稱。

備註

如需的詳細資訊 ITypeInfo::GetDocumentation ,請參閱 MSDN library。

適用於