ComponentDesigner.InvokeGetInheritanceAttribute(ComponentDesigner) Metodo

Definizione

Ottiene l'oggetto dell'oggetto InheritanceAttribute specificato 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

Parametri

toInvoke
ComponentDesigner

Oggetto di ComponentDesigner cui recuperare l'attributo di ereditarietà.

Valori restituiti

Oggetto InheritanceAttribute della finestra di progettazione specificata.

Si applica a

Vedi anche