다음을 통해 공유


IInheritanceService.GetInheritanceAttribute 메서드

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

네임스페이스: System.ComponentModel.Design
어셈블리: System(system.dll)

구문

‘선언
Function GetInheritanceAttribute ( _
    component As IComponent _
) As InheritanceAttribute
‘사용 방법
Dim instance As IInheritanceService
Dim component As IComponent
Dim returnValue As InheritanceAttribute

returnValue = instance.GetInheritanceAttribute(component)
InheritanceAttribute GetInheritanceAttribute (
    IComponent component
)
InheritanceAttribute^ GetInheritanceAttribute (
    IComponent^ component
)
InheritanceAttribute GetInheritanceAttribute (
    IComponent component
)
function GetInheritanceAttribute (
    component : IComponent
) : InheritanceAttribute

매개 변수

  • component
    상속 특성을 검색할 IComponent입니다.

반환 값

지정된 구성 요소의 상속 수준을 설명하는 InheritanceAttribute의 인스턴스입니다.

설명

구성 요소가 상속되지 않은 것으로 AddInheritedComponents 메서드에서 확인되었으면 이 메서드는 InheritanceAttribute.NotInherited 값을 반환하고, 그렇지 않으면 해당 구성 요소의 상속 특성을 반환합니다.

지정된 구성 요소의 상속 수준을 나타내는 InheritanceAttribute를 가져오려면 우선 지정된 구성 요소나 지정된 구성 요소의 부모에 대해 AddInheritedComponents를 호출해야 합니다.

플랫폼

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.

버전 정보

.NET Framework

2.0, 1.1, 1.0에서 지원

참고 항목

참조

IInheritanceService 인터페이스
IInheritanceService 멤버
System.ComponentModel.Design 네임스페이스
InheritanceAttribute 클래스