Reference2::ContainingProject Property

 

Gets the Project containing the reference.

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

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

Property Value

Type: EnvDTE::Project^

A Project object that contains the reference.

Use this property to retrieve the Project object that includes the reference.

Return to top
Show: