VbaReferenceOleTypeLib

VbaReferenceOleTypeLib class

Represents OLE Automation type library reference.

public class VbaReferenceOleTypeLib : IVbaReferenceOleTypeLib

Constructors

NameDescription
VbaReferenceOleTypeLib(string, string)This constructor creates new OLE Automation type library reference.

Properties

NameDescription
Libid { get; set; }Represents the identifier of an Automation type library. Read/write String.
Name { get; set; }Represents the name of the VBA project reference. Read/write String.

See Also