Property Getters/Setters Summary | ||
---|---|---|
function | getExtendedLibid() | |
function | setExtendedLibid(value) | |
Gets and sets the extended Libid of the reference. | ||
function | getLibid() | |
function | setLibid(value) | |
Gets and sets the Libid of the reference. | ||
function | getName() | |
function | setName(value) | |
Gets and sets the name of the reference. | ||
function | getRelativeLibid() | |
function | setRelativeLibid(value) | |
Gets and sets the referenced VBA project's identifier with an relative path. | ||
function | getTwiddledlibid() | |
function | setTwiddledlibid(value) | |
Gets and sets the twiddled Libid of the reference. | ||
function | getType() | |
Gets the type of this reference.
The value of the property is VbaProjectReferenceType integer constant. |
Method Summary | ||
---|---|---|
function | copy(source) | |
function getType()
function getName() / function setName(value)
function getLibid() / function setLibid(value)
function getTwiddledlibid() / function setTwiddledlibid(value)
function getExtendedLibid() / function setExtendedLibid(value)
function getRelativeLibid() / function setRelativeLibid(value)