Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a pointer to the project engine.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
ReadOnly Property VCProjectEngine As Object
'Usage
Dim instance As VCFileConfiguration
Dim value As Object
value = instance.VCProjectEngine
Object VCProjectEngine { get; }
property Object^ VCProjectEngine {
Object^ get ();
}
function get VCProjectEngine () : Object
Property Value
Type: System.Object
A pointer to the 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.