ComponentDesigner.InvokeGetInheritanceAttribute(ComponentDesigner) Método

Definição

Obtém o InheritanceAttribute da especificada 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

O ComponentDesigner atributo de herança a ser recuperado.

Retornos

O InheritanceAttribute do designer especificado.

Aplica-se a

Confira também