ComponentDesigner.InvokeGetInheritanceAttribute(ComponentDesigner) Methode

Definition

Ruft das InheritanceAttribute des angegebenen ComponentDesigner ab.

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

Parameter

toInvoke
ComponentDesigner

Der ComponentDesigner, dessen Vererbungsattribut abgerufen werden soll.

Gibt zurück

Das InheritanceAttribute des angegebenen Designers.

Gilt für:

Weitere Informationen