IFixedTypeInfo.GetDocumentation(Int32, String, String, Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For a description of this member, see GetDocumentation(Int32, String, String, Int32, String).
This API supports the product infrastructure and is not intended to be used directly from your code.
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)
Parameters
- index
- Int32
The index of the documentation article.
- strName
- String
The name of the topic.
- strDocString
- String
The name of the documentation.
- dwHelpContext
- Int32
The context number of the help article.
- strHelpFile
- String
The name of the help file.