ComponentDesigner.InvokeGetInheritanceAttribute(ComponentDesigner) メソッド

定義

指定した InheritanceAttributeComponentDesigner を取得します。

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

パラメーター

toInvoke
ComponentDesigner

継承属性を取得する対象の ComponentDesigner

戻り値

指定したデザイナーの InheritanceAttribute

適用対象

こちらもご覧ください