Class VbaProjectReference

VbaProjectReference class

Represents the refernece of VBA project.

public class VbaProjectReference

Properties

NameDescription
ExtendedLibid { get; set; }Gets and sets the extended Libid of the reference.
Libid { get; set; }Gets and sets the Libid of the reference.
Name { get; set; }Gets and sets the name of the reference.
RelativeLibid { get; set; }Gets and sets the referenced VBA project’s identifier with an relative path.
Twiddledlibid { get; set; }Gets and sets the twiddled Libid of the reference.
Type { get; }Gets the type of this reference.

See Also