Reference3::Collection Property

 

Gets a collection of References.

Namespace:   VSLangProj80
Assembly:  VSLangProj80 (in VSLangProj80.dll)

property References^ Collection {
	References^ get();
}

Property Value

Type: VSLangProj::References^

Returns a References collection containing one or more Reference3 objects.

This example displays a references collection for an open Visual Basic or Visual C# project. To run this example as an add-in, see How to: Compile and Run the Automation Object Model Code Examples.

No code example is currently available or this language may not be supported.
Return to top
Show: