ComponentDesigner.InvokeGetInheritanceAttribute(ComponentDesigner) Metódus

Definíció

Lekéri a InheritanceAttribute megadott ComponentDesignerértéket.

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

Paraméterek

toInvoke
ComponentDesigner

Annak az ComponentDesigner öröklési attribútumnak a lekérése.

Válaszok

A InheritanceAttribute megadott tervező.

A következőre érvényes:

Lásd még