UCOMITypeLib.GetDocumentation(Int32, String, String, Int32, String) Method

Definition

Retrieves the library's documentation string, the complete Help file name and path, and the context identifier for the library Help topic in the Help file.

C#
public void GetDocumentation(int index, out string strName, out string strDocString, out int dwHelpContext, out string strHelpFile);

Parameters

index
Int32

Index of the type description whose documentation is to be returned.

strName
String

Returns a string that contains the name of the specified item.

strDocString
String

Returns a string that contains the documentation string for the specified item.

dwHelpContext
Int32

Returns the Help context identifier associated with the specified item.

strHelpFile
String

Returns a string that contains the fully qualified name of the Help file.

Remarks

For additional information about ITypeLib::GetDocumentation, see the MSDN Library.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10