References Members (Access)
The References collection contains Reference objects representing each reference that's currently set.
Methods
Name |
Description |
---|---|
The AddFromFile method creates a reference to a type library in a specified file. . |
|
The AddFromGUID method creates a Reference object based on the GUID that identifies a type library. Reference object. |
|
The Item method returns a specific member of a collection either by position or by key. Reference object. |
|
The Remove method removes a Reference object from the References collection. |
Properties
Name |
Description |
---|---|
You can use the Count property to determine the number of items in a specified collection. Read-only Long. |
|
Returns the parent object for the specified object. Read-only. |
Events
Name |
Description |
---|---|
The ItemAdded event occurs when a reference is added to the project from Visual Basic. |
|
The ItemRemoved event occurs when a reference is removed from the project. |