ComponentDesigner.InvokeGetInheritanceAttribute(ComponentDesigner) Método

Definição

Obtém o InheritanceAttribute do ComponentDesigner especificado.

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

O ComponentDesigner cujo atributo de herança será recuperado.

Retornos

O InheritanceAttribute do designer especificado.

Aplica-se a

Confira também