ComponentDesigner.InvokeGetInheritanceAttribute(ComponentDesigner) Método

Definición

Obtiene el objeto InheritanceAttribute de la enumeración ComponentDesigner especificada.

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

Parámetros

toInvoke
ComponentDesigner

Enumeración ComponentDesigner cuyo atributo de herencia se va a recuperar.

Devoluciones

Clase InheritanceAttribute del diseñador especificado.

Se aplica a

Consulte también