VCReferences::Parent Property

 

Gets the immediate parent object of a given object.

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

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

Property Value

Type: System::Object^

The parent object.

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

Return to top
Show: