ITypeInfo::GetDocumentation Method (Int32, UInt32, String^, String^, UInt32, String^)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Return to top
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
void GetDocumentation( int memid, unsigned int refPtrFlags, [OutAttribute] String^% pBstrName, [OutAttribute] String^% pBstrDocString, [OutAttribute] unsigned int% pdwHelpContext, [OutAttribute] String^% pBstrHelpFile )
Parameters
- memid
- Type: System::Int32
- refPtrFlags
- Type: System::UInt32
- pBstrName
- Type: System::String^
- pBstrDocString
- Type: System::String^
- pdwHelpContext
- Type: System::UInt32
- pBstrHelpFile
- Type: System::String^
Show: