ComponentDesigner.InvokeGetInheritanceAttribute(ComponentDesigner) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.