IReferenceService.GetComponent(Object) Method

Definition

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.IComponent
Public Function GetComponent (reference As Object) As IComponent

Parameters

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.

Applies to