ComponentDesigner.InvokeGetInheritanceAttribute(ComponentDesigner) Metoda

Definice

Získá ze zadaného ComponentDesignerobjektu InheritanceAttribute .

protected:
 System::ComponentModel::InheritanceAttribute ^ InvokeGetInheritanceAttribute(System::ComponentModel::Design::ComponentDesigner ^ toInvoke);
protected System.ComponentModel.InheritanceAttribute InvokeGetInheritanceAttribute (System.ComponentModel.Design.ComponentDesigner toInvoke);
protected System.ComponentModel.InheritanceAttribute? InvokeGetInheritanceAttribute (System.ComponentModel.Design.ComponentDesigner? toInvoke);
member this.InvokeGetInheritanceAttribute : System.ComponentModel.Design.ComponentDesigner -> System.ComponentModel.InheritanceAttribute
Protected Function InvokeGetInheritanceAttribute (toInvoke As ComponentDesigner) As InheritanceAttribute

Parametry

toInvoke
ComponentDesigner

Jejíž ComponentDesigner dědičnost atribut se má načíst.

Návraty

Hodnota InheritanceAttribute zadaného návrháře.

Platí pro

Viz také