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
Get
Object Projects { get; }
property Object^ Projects {
Object^ get ();
}
abstract Projects : Object
function get Projects () : Object
Property Value
Type: System.Object
A collection of the projects currently in the solution.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.