VCLinkerTool.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(122)]
public object VCProjectEngine { [System.Runtime.InteropServices.DispId(122)] get; }
[<System.Runtime.InteropServices.DispId(122)>]
[<get: System.Runtime.InteropServices.DispId(122)>]
member this.VCProjectEngine : obj
Public ReadOnly Property VCProjectEngine As Object

Property Value

An object representing a pointer to the Visual C++ project engine.

Attributes

Applies to