FileCodeModel::Parent Property

 

Gets the immediate parent object of a FileCodeModel object.

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

property ProjectItem^ Parent {
	ProjectItem^ get();
}

Property Value

Type: EnvDTE::ProjectItem^

A ProjectItem object.

The Parent property returns the immediate parent to the object or collection.

Return to top
Show: