VCFilter.VCProjectEngine 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 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.