References Object Properties, Methods, and Events
MSDN Home
MSDN
MSDN Library
Development Tools and Language ...
Visual Studio .NET
Developing with Visual Studio ...
Reference
Automation and Extensibility R ...
Visual Basic and Visual C# Ext ...
Objects
References Object
References Object
References Object Properties, ...
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
Visual Basic and Visual C# Project Extensibility
References Object Properties, Methods, and Events
Properties
ContainingProject Property
Returns a Project object for the project with this References object.
Count Property
Returns the number of Reference objects in the collection.
DTE Property (General Extensibility)
Returns the top-level extensibility object.
Parent Property (General Extensibility)
Returns the VSProject object that contains this References object.
Methods
Add Method (References Object)
Adds a reference to the project.
AddActiveX Method
Adds a COM reference to the project.
AddProject Method (References Object)
Adds a project reference to the project.
Find Method (References Object)
Finds a reference in the collection.
GetEnumerator Method
Implements the
IEnumerable Interface
on the References object.
Item Method (References Object)
Returns an indexed Reference object.
Events
ReferenceAdded Event
Occurs after a reference is added.
ReferenceChanged Event
Occurs after a reference is changed.
ReferenceRemoved Event
Occurs after a reference is removed.
See Also
References Object