References Interface
Visual Studio 2005
Contains all the references to external components in a Visual Basic or C# project.
Namespace: VSLangProj
Assembly: VSLangProj (in vslangproj.dll)
Assembly: VSLangProj (in vslangproj.dll)
[GuidAttribute("B8758EE4-0553-4BC9-8432-440449D35C14")] public interface References : IEnumerable
/** @attribute GuidAttribute("B8758EE4-0553-4BC9-8432-440449D35C14") */
public interface References extends IEnumerable
GuidAttribute("B8758EE4-0553-4BC9-8432-440449D35C14") public interface References extends IEnumerable
In order to write code against an external component, your project must first contain a reference to that component. A reference can be made to three types of components: .NET assemblies, .NET projects, and COM automation servers and controls. For more information on the types of references that may be added, see Add, AddActiveX, and AddProject.
See the References.