ComponentDesigner.InvokeGetInheritanceAttribute(ComponentDesigner) Method

Definition

Gets the InheritanceAttribute of the specified ComponentDesigner.

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

Parameters

toInvoke
ComponentDesigner

The ComponentDesigner whose inheritance attribute to retrieve.

Returns

The InheritanceAttribute of the specified designer.

Applies to

See also