ComponentDesigner.InvokeGetInheritanceAttribute(ComponentDesigner) Yöntem

Tanım

InheritanceAttribute Belirtilen ComponentDesigneröğesinin değerini 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

Alınacak ComponentDesigner devralma özniteliği.

Döndürülenler

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

Şunlara uygulanır

Ayrıca bkz.