VCFilter.VCProjectEngine Property

Definition

Gets a pointer to the project engine.

public:
 property System::Object ^ VCProjectEngine { System::Object ^ get(); };
public:
 property Platform::Object ^ VCProjectEngine { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(680)]
public object VCProjectEngine { [System.Runtime.InteropServices.DispId(680)] get; }
[<System.Runtime.InteropServices.DispId(680)>]
[<get: System.Runtime.InteropServices.DispId(680)>]
member this.VCProjectEngine : obj
Public ReadOnly Property VCProjectEngine As Object

Property Value

An object representing the pointer to the project engine.

Implements

Attributes

Remarks

The VCProjectEngine object contains members that allow you to manipulate and query Visual C++ projects and project items.

Applies to