InheritanceService.GetInheritanceAttribute(IComponent) Method

Definition

Gets the inheritance attribute of the specified component.

public:
 virtual System::ComponentModel::InheritanceAttribute ^ GetInheritanceAttribute(System::ComponentModel::IComponent ^ component);
public System.ComponentModel.InheritanceAttribute GetInheritanceAttribute (System.ComponentModel.IComponent component);
abstract member GetInheritanceAttribute : System.ComponentModel.IComponent -> System.ComponentModel.InheritanceAttribute
override this.GetInheritanceAttribute : System.ComponentModel.IComponent -> System.ComponentModel.InheritanceAttribute
Public Function GetInheritanceAttribute (component As IComponent) As InheritanceAttribute

Parameters

component
IComponent

The component to retrieve the inheritance attribute for.

Returns

An InheritanceAttribute that describes the level of inheritance that this component comes from.

Implements

Remarks

If the component is not inherited, this method returns the value NotInherited. Otherwise, it returns the inheritance attribute for this component.

Applies to

See also