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.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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.