VCProject.References Property

Definition

Gets the collection of references for the selected project.

public:
 property System::Object ^ References { System::Object ^ get(); };
public:
 property Platform::Object ^ References { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(848)]
public object References { [System.Runtime.InteropServices.DispId(848)] [System.Runtime.InteropServices.TypeLibFunc] get; }
[<System.Runtime.InteropServices.DispId(848)>]
[<get: System.Runtime.InteropServices.DispId(848)>]
[<get: System.Runtime.InteropServices.TypeLibFunc>]
member this.References : obj
Public ReadOnly Property References As Object

Property Value

A collection of references for the selected project.

Attributes

Applies to