VCProjectEngineObjectClass.Projects Property

Definition

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()  

Applies to