ComponentDesigner.InvokeGetInheritanceAttribute(ComponentDesigner) Methode

Definitie

Hiermee haalt u de InheritanceAttribute opgegeven ComponentDesigner.

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

Parameters

toInvoke
ComponentDesigner

Het ComponentDesigner kenmerk waarvan de overname moet worden opgehaald.

Retouren

De InheritanceAttribute opgegeven ontwerper.

Van toepassing op

Zie ook