VCReferences.References 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 the collection of project references.
public:
property System::Object ^ References { System::Object ^ get(); };
public:
property Platform::Object ^ References { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(907)]
public object References { [System.Runtime.InteropServices.DispId(907)] get; }
[<System.Runtime.InteropServices.DispId(907)>]
[<get: System.Runtime.InteropServices.DispId(907)>]
member this.References : obj
Public ReadOnly Property References As Object
Property Value
A collection of project references.
- Attributes