VCPreLinkEventTool.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(6)]
public object VCProjectEngine { [System.Runtime.InteropServices.DispId(6)] get; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
member this.VCProjectEngine : obj
Public ReadOnly Property VCProjectEngine As Object
Property Value
A pointer to the project engine.
- Attributes