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

ReadOnly Property Projects As Object

Dim instance As VCProjectEngine
Dim value As Object

value = instance.Projects
Object Projects { get; }
property Object^ Projects {
    Object^ get ();
}
function get Projects () : Object

Property Value

Type: System.Object

A collection of the projects currently in the solution.

Permissions

See Also

Reference

VCProjectEngine Interface

VCProjectEngine Members

Microsoft.VisualStudio.VCProjectEngine Namespace