Reference Class
Members See Also 
SourceCode.ProjectSystem Namespace : Reference Class



Glossary Item Box

This object represents one reference in the project. Including a reference in a project allows you to use any of the public members contained in the reference. Projects may include references to .NET assemblies and COM objects.

Object Model

Reference ClassPersistableContainerObject ClassPersistableContainerObject ClassBuildProject Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class Reference 
   Inherits ProjectBuildItem
   Implements SourceCode.Framework.IReference, SourceCode.Framework.IValidationContainer 
Visual Basic (Usage)Copy Code
Dim instance As Reference
C++/CLI 
public ref class Reference abstract : public ProjectBuildItem, SourceCode.Framework.IReference, SourceCode.Framework.IValidationContainer  

Inheritance Hierarchy

System.Object
   SourceCode.Framework.PersistableObject
      SourceCode.Framework.PersistableContainerObject
         SourceCode.ProjectSystem.ProjectBuildItem
            SourceCode.ProjectSystem.Reference
               SourceCode.ProjectSystem.AssemblyReference
               SourceCode.ProjectSystem.COMReference
               SourceCode.ProjectSystem.ProjectReference

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also