VCFile::Parent Property

 

Gets the immediate parent object.

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

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

Property Value

Type: System::Object^

A pointer to a parent object.

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

Return to top
Show: