.net - Property/Method Descriptions for COM Libraries -


If you create a COMClass, then I found that the value of the XML summary tag does not appear in the object VB6 / VBA When you reference the resulting TLB file. Is there any way to show these values?

No, 12 years of IntelliSense development prevents this from working. XML documentation comments generate an .xml file that can raise IntelliSense in VB6 / A, with the helptype feature in the documentation type library. For example:

  [odl, uuid (2334D2B1-713E-11CF-8AE5-00AA00C00905), hidden, double, dislikes, oleotation] interface IVBDataObject: IDispatch {[id (0x00000001), HelpString ("Databases clears all the data and formats in the object."), HelpConnect (0x00033693) HRESULT Clear (); // e.t.c... };  

It is necessary to get the same from your [Commv class] class library [description] attribute. Attention to make a bid about the way things work for the properties.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -