ComponentDesigner.InvokeGetInheritanceAttribute(ComponentDesigner) Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.InheritanceAttributeProtected Function InvokeGetInheritanceAttribute (toInvoke As ComponentDesigner) As InheritanceAttributeParameters
- toInvoke
- ComponentDesigner
The ComponentDesigner whose inheritance attribute to retrieve.
Returns
The InheritanceAttribute of the specified designer.