ComponentDesigner.InvokeGetInheritanceAttribute(ComponentDesigner) Método

Definición

Obtiene del InheritanceAttribute objeto especificado 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

Parámetros

toInvoke
ComponentDesigner

ComponentDesigner cuyo atributo de herencia se va a recuperar.

Devoluciones

InheritanceAttribute del diseñador especificado.

Se aplica a

Consulte también