ComponentDesigner.InvokeGetInheritanceAttribute(ComponentDesigner) Método

Definição

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

O ComponentDesigner atributo de herança a recuperar.

Devoluções

O InheritanceAttribute do designer especificado.

Aplica-se a

Ver também