VCProjectEngine.Projects 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 the projects currently in the solution.
public:
property System::Object ^ Projects { System::Object ^ get(); };
public:
property Platform::Object ^ Projects { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(211)]
public object Projects { [System.Runtime.InteropServices.DispId(211)] get; }
[<System.Runtime.InteropServices.DispId(211)>]
[<get: System.Runtime.InteropServices.DispId(211)>]
member this.Projects : obj
Public ReadOnly Property Projects As Object
Property Value
A collection of the projects currently in the solution.
- Attributes