BuildDependency::Project Property

 

Gets the Project associated with the object.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property Project^ Project {
	Project^ get();
}

Property Value

Type: EnvDTE::Project^

A Project object.

The Project property represents the project to which the item belongs. Returns the project that has a list of dependencies.

No code example is currently available or this language may not be supported.
Return to top
Show: