ITypeInfo2::GetDocumentation2 Method (Int32, String^%, Int32%, String^%)
Retrieves the documentation string, the complete Help file name and path, the localization context to use, and the context ID for the library Help topic in the Help file.
Assembly: mscorlib (in mscorlib.dll)
void GetDocumentation2( int memid, [OutAttribute] String^% pbstrHelpString, [OutAttribute] int% pdwHelpStringContext, [OutAttribute] String^% pbstrHelpStringDll )
Parameters
- memid
-
Type:
System::Int32
The member identifier for the type description.
- pbstrHelpString
-
Type:
System::String^%
When this method returns, contains a BSTR that contains the name of the specified item. If the caller does not need the item name, pbstrHelpString can be null. This parameter is passed uninitialized.
- pdwHelpStringContext
-
Type:
System::Int32%
When this method returns, contains the Help localization context. If the caller does not need the Help context, pdwHelpStringContext can be null. This parameter is passed uninitialized.
- pbstrHelpStringDll
-
Type:
System::String^%
When this method returns, contains a BSTR that contains the fully qualified name of the file containing the DLL used for the Help file. If the caller does not need the file name, pbstrHelpStringDll can be null. This parameter is passed uninitialized.
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1