VCProjectEngine.Projects Property

Gets a collection of the projects currently in the solution.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
ReadOnly Property Projects As Object
Object Projects { get; }
property Object^ Projects {
    Object^ get ();
}
abstract Projects : Object with get
function get Projects () : Object

Property Value

Type: System.Object
A collection of the projects currently in the solution.

.NET Framework Security

See Also

Reference

VCProjectEngine Interface

Microsoft.VisualStudio.VCProjectEngine Namespace