ComponentDesigner.InvokeGetInheritanceAttribute(ComponentDesigner) Methode

Definition

Ruft den InheritanceAttribute angegebenen ComponentDesignerab.

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

Parameter

toInvoke
ComponentDesigner

Deren ComponentDesigner Vererbungsattribut abgerufen werden soll.

Gibt zurück

Der InheritanceAttribute angegebene Designer.

Gilt für:

Weitere Informationen