ITypeInfo2.GetDocumentation(Int32, String, String, Int32, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取文件字串、完整的說明檔名稱和路徑,以及指定類型描述之說明主題的主題代碼。
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 方法。