IReferenceService.GetComponent(Object) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the component that contains the specified component.
public:
 System::ComponentModel::IComponent ^ GetComponent(System::Object ^ reference);public System.ComponentModel.IComponent? GetComponent(object reference);public System.ComponentModel.IComponent GetComponent(object reference);abstract member GetComponent : obj -> System.ComponentModel.IComponentPublic Function GetComponent (reference As Object) As IComponentParameters
- reference
- Object
The object to retrieve the parent component for.
Returns
The base IComponent that contains the specified object, or null if no parent component exists.