Sdílet prostřednictvím


IInheritanceService.GetInheritanceAttribute(IComponent) Metoda

Definice

Získá atribut dědičnosti pro zadanou komponentu.

public:
 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
Public Function GetInheritanceAttribute (component As IComponent) As InheritanceAttribute

Parametry

component
IComponent

Hodnota IComponent , pro kterou chcete načíst atribut dědičnosti.

Návraty

Instance, InheritanceAttribute která popisuje úroveň dědičnosti zadané komponenty.

Poznámky

Pokud byla komponenta profilována metodou AddInheritedComponents , vrátí tato metoda hodnotu InheritanceAttribute.NotInherited. V opačném případě vrátí atribut dědičnosti pro tuto komponentu.

Před pokusem o získání InheritanceAttribute objektu, který odráží úroveň dědičnosti zadané komponenty, byste měli volat AddInheritedComponents na zadanou komponentu nebo nadřazenou komponentu.

Platí pro

Viz také