ComponentDesigner.InvokeGetInheritanceAttribute(ComponentDesigner) Metodo

Definizione

Ottiene l'oggetto InheritanceAttribute dell'oggetto ComponentDesigner specificato.

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

Parametri

toInvoke
ComponentDesigner

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

Restituisce

Oggetto InheritanceAttribute della finestra di progettazione specificata.

Si applica a

Vedi anche