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