Reference2.Collection Property

Gets a collection of References.

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

Syntax

'Declaration
ReadOnly Property Collection As References
    Get
References Collection { get; }
property References^ Collection {
    References^ get ();
}
abstract Collection : References
function get Collection () : References

Property Value

Type: VSLangProj.References
Returns a References collection containing one or more Reference3 objects.

Implements

Reference.Collection

.NET Framework Security

See Also

Reference

Reference2 Interface

Collection Overload

VSLangProj2 Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples