ComponentDesigner.InvokeGetInheritanceAttribute(ComponentDesigner) Méthode

Définition

Obtient le InheritanceAttribute du ComponentDesigner spécifié.

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

Paramètres

toInvoke
ComponentDesigner

ComponentDesigner duquel récupérer l'attribut d'héritage.

Retours

Obtient le InheritanceAttribute du concepteur spécifié.

S’applique à

Voir aussi