Gets the base component that anchors this reference.
[Visual Basic] Function GetComponent( _ ByVal reference As Object _ ) As IComponent [C#] IComponent GetComponent( object reference ); [C++] IComponent* GetComponent( Object* reference ) = 0; [JScript] function GetComponent( reference : Object ) : IComponent;
The IComponent underlying the reference specified.
IReferenceService Interface | IReferenceService Members | System.ComponentModel.Design Namespace