Enum VbaProjectReferenceType

VbaProjectReferenceType enumeration

Represents the type of VBA project reference.

public enum VbaProjectReferenceType

Values

NameValueDescription
Registered0Specifies a reference to an Automation type library.
Control1Specifies a reference to a twiddled type library and its extended type library.
Project2Specifies a reference to an external VBA project.

See Also