VCProjectEngineObjectClass.Projects Property
Gets the Visual C++ projects in the solution.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Déclaration
Public Overridable ReadOnly Property Projects As Object
Get
public virtual Object Projects { get; }
public:
virtual property Object^ Projects {
Object^ get ();
}
abstract Projects : Object
override Projects : Object
function get Projects () : Object
Property Value
Type: System.Object
The Visual C++ projects in the solution.
Implements
Remarks
Do not instantiate VCProjectEngineObjectClass. Instantiate VCProjectEngineObject instead, as shown below:
Dim Engine As VCProjectEngine
Engine = New VCProjectEngineObject()
.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.