Aracılığıyla paylaş


InheritanceService.GetInheritanceAttribute(IComponent) Yöntem

Tanım

Belirtilen bileşenin devralma özniteliğini alır.

public:
 virtual System::ComponentModel::InheritanceAttribute ^ GetInheritanceAttribute(System::ComponentModel::IComponent ^ component);
public System.ComponentModel.InheritanceAttribute GetInheritanceAttribute (System.ComponentModel.IComponent component);
abstract member GetInheritanceAttribute : System.ComponentModel.IComponent -> System.ComponentModel.InheritanceAttribute
override this.GetInheritanceAttribute : System.ComponentModel.IComponent -> System.ComponentModel.InheritanceAttribute
Public Function GetInheritanceAttribute (component As IComponent) As InheritanceAttribute

Parametreler

component
IComponent

devralma özniteliğini almak için bileşen.

Döndürülenler

InheritanceAttribute Bu bileşenin geldiği devralma düzeyini açıklayan.

Uygulamalar

Açıklamalar

Bileşen devralınmazsa, bu yöntem değerini NotInheriteddöndürür. Aksi takdirde, bu bileşen için devralma özniteliğini döndürür.

Şunlara uygulanır

Ayrıca bkz.