UCOMITypeInfo::GetDocumentation Method (Int32, String^%, String^%, Int32%, String^%)
Retrieves the documentation string, the complete Help file name and path, and the context ID for the Help topic for a specified type description.
Assembly: mscorlib (in mscorlib.dll)
void GetDocumentation( int index, [OutAttribute] String^% strName, [OutAttribute] String^% strDocString, [OutAttribute] int% dwHelpContext, [OutAttribute] String^% strHelpFile )
Parameters
- index
-
Type:
System::Int32
ID of the member whose documentation is to be returned.
- strName
-
Type:
System::String^%
On successful return, the name of the item method.
- strDocString
-
Type:
System::String^%
On successful return, the documentation string for the specified item.
- dwHelpContext
-
Type:
System::Int32%
On successful return, a reference to the Help context associated with the specified item.
- strHelpFile
-
Type:
System::String^%
On successful return, the fully qualified name of the Help file.
For additional information about ITypeInfo::GetDocumentation, see the MSDN Library.
Available since 1.1