Reference2.Collection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of References.
public:
property VSLangProj::References ^ Collection { VSLangProj::References ^ get(); };
[System.Runtime.InteropServices.DispId(2)]
public VSLangProj.References Collection { [System.Runtime.InteropServices.DispId(2)] get; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
member this.Collection : VSLangProj.References
Public ReadOnly Property Collection As References
Property Value
Returns a References collection containing one or more Reference3 objects.
Implements
- Attributes