Reference2.Collection Property
Gets a collection of References.
Namespace: VSLangProj2
Assembly: VSLangProj2 (in VSLangProj2.dll)
Syntax
'Declaration
ReadOnly Property Collection As References
'Usage
Dim instance As Reference2
Dim value As References
value = instance.Collection
References Collection { get; }
property References^ Collection {
References^ get ();
}
function get Collection () : References
Property Value
Type: VSLangProj.References
Returns a References collection containing one or more Reference3 objects.
Implements
.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