SelectedItem::Project Property

 

Gets the Project object associated with the SelectedItem 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.

Return to top
Show: