IVbaReferenceOleTypeLib

IVbaReferenceOleTypeLib interface

Represents OLE Automation type library reference.

public interface IVbaReferenceOleTypeLib : IVbaReference

Properties

NameDescription
AsIVbaReference { get; }Returns IVbaReference interface. Read-only IVbaReference.
Libid { get; set; }Represents the identifier of an Automation type library. Read/write String.

See Also