ComponentDesigner.InvokeGetInheritanceAttribute(ComponentDesigner) Metoda

Definicja

Pobiera element InheritanceAttribute określonego ComponentDesignerelementu .

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

Którego atrybut dziedziczenia ComponentDesigner do pobrania.

Zwraca

Element InheritanceAttribute określonego projektanta.

Dotyczy

Zobacz też