InheritanceService.GetInheritanceAttribute(IComponent) 메서드

정의

지정된 구성 요소의 상속 특성을 가져옵니다.

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

매개 변수

component
IComponent

상속 특성을 검색할 구성 요소입니다.

반환

해당 구성 요소가 만들어진 상속 수준을 설명하는 InheritanceAttribute입니다.

구현

설명

구성 요소가 상속되지 않으면 이 메서드는 값을 NotInherited반환합니다. 그렇지 않으면 이 구성 요소에 대한 상속 특성을 반환합니다.

적용 대상

추가 정보