VbaProjectReference Class

VbaProjectReference class

Represents the reference of VBA project.


type VbaProjectReference struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
Copy
GetTypeGets the type of this reference.
GetNameGets and sets the name of the reference.
SetNameGets and sets the name of the reference.
GetLibidGets and sets the Libid of the reference.
SetLibidGets and sets the Libid of the reference.
GetTwiddledlibidGets and sets the twiddled Libid of the reference.
SetTwiddledlibidGets and sets the twiddled Libid of the reference.
GetExtendedLibidGets and sets the extended Libid of the reference.
SetExtendedLibidGets and sets the extended Libid of the reference.
GetRelativeLibidGets and sets the referenced VBA project’s identifier with an relative path.
SetRelativeLibidGets and sets the referenced VBA project’s identifier with an relative path.