Reference3::AutoReferenced Property
Visual Studio 2015
Gets whether the reference is automatically referenced by the compiler.
Assembly: VSLangProj80 (in VSLangProj80.dll)
Property Value
Type: System::BooleanA boolean value indicating whether the reference is auto-referenced.
Some references are automatically used by the compiler. For example, Visual Basic projects automatically reference MSCORLIB.dll and Microsoft.VisualBasic.dll.
This example iterates through references in an open Visual Basic or Visual C# project. It then determines whether they are auto reference or not. To run this example as an add-in, see How to: Compile and Run the Automation Object Model Code Examples.
Show: