ComponentDesigner.InvokeGetInheritanceAttribute(ComponentDesigner) Метод

Определение

Возвращает атрибут InheritanceAttribute заданного объекта 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

Параметры

toInvoke
ComponentDesigner

Объект ComponentDesigner, атрибут наследования которого должен быть извлечен.

Возвращаемое значение

Атрибут InheritanceAttribute заданного конструктора.

Применяется к

См. также раздел