VCFilter::Parent Property

 

Returns 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^

An object representing the parent object for the filter.

The Parent property returns the immediate parent to the filter.

Return to top
Show: