VCLinkerTool.VCProjectEngine Property
Gets a pointer to the project engine.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaração
ReadOnly Property VCProjectEngine As Object
Get
Object VCProjectEngine { get; }
property Object^ VCProjectEngine {
Object^ get ();
}
abstract VCProjectEngine : Object
function get VCProjectEngine () : Object
Property Value
Type: System.Object
An object representing a pointer to the Visual C++ project engine.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.