VCFilter.VCProjectEngine Property

Gets a pointer to the project engine.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

声明
ReadOnly Property VCProjectEngine As Object
用法
Dim instance As VCFilter
Dim value As Object

value = instance.VCProjectEngine
Object VCProjectEngine { get; }
property Object^ VCProjectEngine {
    Object^ get ();
}
function get VCProjectEngine () : Object

Property Value

Type: System.Object

An object representing the pointer to the project engine.

Implements

VCProjectItem.VCProjectEngine

Remarks

The VCProjectEngine object contains members that allow you to manipulate and query Visual C++ projects and project items.

Permissions

See Also

Reference

VCFilter Interface

VCFilter Members

VCProjectEngine Overload

Microsoft.VisualStudio.VCProjectEngine Namespace