VbaProjectReference Class
Contents
[
Hide
]VbaProjectReference class
Represents the reference of VBA project.
type VbaProjectReference struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| Copy | |
| GetType | Gets the type of this reference. |
| GetName | Gets and sets the name of the reference. |
| SetName | Gets and sets the name of the reference. |
| GetLibid | Gets and sets the Libid of the reference. |
| SetLibid | Gets and sets the Libid of the reference. |
| GetTwiddledlibid | Gets and sets the twiddled Libid of the reference. |
| SetTwiddledlibid | Gets and sets the twiddled Libid of the reference. |
| GetExtendedLibid | Gets and sets the extended Libid of the reference. |
| SetExtendedLibid | Gets and sets the extended Libid of the reference. |
| GetRelativeLibid | Gets and sets the referenced VBA project’s identifier with an relative path. |
| SetRelativeLibid | Gets and sets the referenced VBA project’s identifier with an relative path. |