ComponentDesigner.InvokeGetInheritanceAttribute(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

參數

toInvoke
ComponentDesigner

ComponentDesigner誰的繼承屬性需要取回。

傳回

InheritanceAttribute該設計者。

適用於

另請參閱