InheritanceAttribute 생성자

정의

InheritanceAttribute 클래스의 새 인스턴스를 초기화합니다.

오버로드

InheritanceAttribute()

InheritanceAttribute 클래스의 새 인스턴스를 초기화합니다.

InheritanceAttribute(InheritanceLevel)

지정된 상속 수준을 사용하여 InheritanceAttribute 클래스의 새 인스턴스를 초기화합니다.

InheritanceAttribute()

Source:
InheritanceAttribute.cs
Source:
InheritanceAttribute.cs
Source:
InheritanceAttribute.cs

InheritanceAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 InheritanceAttribute();
public InheritanceAttribute ();
Public Sub New ()

적용 대상

InheritanceAttribute(InheritanceLevel)

Source:
InheritanceAttribute.cs
Source:
InheritanceAttribute.cs
Source:
InheritanceAttribute.cs

지정된 상속 수준을 사용하여 InheritanceAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 InheritanceAttribute(System::ComponentModel::InheritanceLevel inheritanceLevel);
public InheritanceAttribute (System.ComponentModel.InheritanceLevel inheritanceLevel);
new System.ComponentModel.InheritanceAttribute : System.ComponentModel.InheritanceLevel -> System.ComponentModel.InheritanceAttribute
Public Sub New (inheritanceLevel As InheritanceLevel)

매개 변수

inheritanceLevel
InheritanceLevel

이 특성에 설정된 상속 수준을 나타내는 InheritanceLevel입니다.

추가 정보

적용 대상