VbaReferenceOleTypeLib Class

Represents OLE Automation type library reference.
Inheritance Hierarchy
SystemObject
  Aspose.Slides.VbaVbaReferenceOleTypeLib

Namespace:  Aspose.Slides.Vba
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class VbaReferenceOleTypeLib : IVbaReferenceOleTypeLib, 
	IVbaReference

The VbaReferenceOleTypeLib type exposes the following members.

Constructors
  NameDescription
Public methodVbaReferenceOleTypeLib
This constructor creates new OLE Automation type library reference.
Properties
  NameDescription
Public propertyLibid
Represents the identifier of an Automation type library. Read/write String.
Public propertyName
Represents the name of the VBA project reference. Read/write String.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also