VCActiveXReference::project Property

 

Returns the generic project object associated with the Visual Basic or Visual C# project.

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

property Object^ project {
	Object^ get();
}

Property Value

Type: System::Object^

A project object.

The project property provides access to the general extensibility Project object.

Return to top
Show: