ComponentDesigner.InvokeGetInheritanceAttribute(ComponentDesigner) Yöntem

Tanım

Belirtilen InheritanceAttributeöğesinin değerini ComponentDesigner alır.

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

Parametreler

toInvoke
ComponentDesigner

Devralma ComponentDesigner özniteliği alınacak olan.

Döndürülenler

InheritanceAttribute Belirtilen tasarımcının değeri.

Şunlara uygulanır

Ayrıca bkz.