This topic has not yet been rated - Rate this topic

References Interface 

Contains all the references to external components in a Visual Basic or C# project.

Namespace: VSLangProj
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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.