Reference2.Collection Property
Gets a collection of References.
Namespace: VSLangProj2
Assembly: VSLangProj2 (in VSLangProj2.dll)
Syntax
'Declaration
ReadOnly Property Collection As References
References Collection { get; }
property References^ Collection {
References^ get ();
}
abstract Collection : References with get
function get Collection () : References
Property Value
Type: VSLangProj.References
Returns a References collection containing one or more Reference3 objects.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Other Resources
How to: Compile and Run the Automation Object Model Code Examples