VCProject.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 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(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(848)>]
[<get: System.Runtime.InteropServices.DispId(848)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.References : obj
Public ReadOnly Property References As Object
Property Value
A collection of references for the selected project.
- Attributes