VCProjectEngineObjectClass.Projects Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Visual C++ projects in the solution.
public:
virtual property System::Object ^ Projects { System::Object ^ get(); };
public:
virtual property Platform::Object ^ Projects { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(211)]
public virtual object Projects { [System.Runtime.InteropServices.DispId(211)] get; }
[<System.Runtime.InteropServices.DispId(211)>]
[<get: System.Runtime.InteropServices.DispId(211)>]
member this.Projects : obj
Public Overridable ReadOnly Property Projects As Object
Property Value
The Visual C++ projects in the solution.
Implements
- Attributes
Remarks
Do not instantiate VCProjectEngineObjectClass
. Instantiate VCProjectEngineObject
instead, as shown below:
Dim Engine As VCProjectEngine
Engine = New VCProjectEngineObject()