| AddControlReferernce(const U16String& name, const U16String& libid, const U16String& twiddledlibid, const U16String& extendedLibid) | Add a reference to a twiddled type library and its extended type library. |
| AddControlReferernce(const char16_t* name, const char16_t* libid, const char16_t* twiddledlibid, const char16_t* extendedLibid) | Add a reference to a twiddled type library and its extended type library. |
| AddControlRefrernce(const U16String& name, const U16String& libid, const U16String& twiddledlibid, const U16String& extendedLibid) | (Deprecated) Add a reference to a twiddled type library and its extended type library. |
| AddControlRefrernce(const char16_t* name, const char16_t* libid, const char16_t* twiddledlibid, const char16_t* extendedLibid) | (Deprecated) Add a reference to a twiddled type library and its extended type library. |
| AddProjectReferernce(const U16String& name, const U16String& absoluteLibid, const U16String& relativeLibid) | Adds a reference to an external VBA project. |
| AddProjectReferernce(const char16_t* name, const char16_t* absoluteLibid, const char16_t* relativeLibid) | Adds a reference to an external VBA project. |
| AddProjectRefrernce(const U16String& name, const U16String& absoluteLibid, const U16String& relativeLibid) | (Deprecated) Adds a reference to an external VBA project. |
| AddProjectRefrernce(const char16_t* name, const char16_t* absoluteLibid, const char16_t* relativeLibid) | (Deprecated) Adds a reference to an external VBA project. |
| AddRegisteredReference(const U16String& name, const U16String& libid) | Add a reference to an Automation type library. |
| AddRegisteredReference(const char16_t* name, const char16_t* libid) | Add a reference to an Automation type library. |
| begin() | Returns an iterator to the beginning of the VbaProjectReferenceCollection. |
| Copy(const VbaProjectReferenceCollection& source) | Copies references from other VBA project. |
| end() | Returns an iterator to the end of the VbaProjectReferenceCollection. |
| Get(int32_t i) | Get the reference in the list by the index. |
| GetCount() | Gets the number of elements contained in the instance. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const VbaProjectReferenceCollection& src) | operator= |
| VbaProjectReferenceCollection(VbaProjectReferenceCollection_Impl* impl) | Constructs from an implementation object. |
| VbaProjectReferenceCollection(const VbaProjectReferenceCollection& src) | Copy constructor. |
| ~VbaProjectReferenceCollection() | Destructor. |