VCProjectEngine.Projects Property

Definition

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

Applies to