ExtendedPropertyAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 속성은 메타데이터 및 값 변경에 대한 다른 속성에 따라 달라지게 됩니다.
[System.AttributeUsage(System.AttributeTargets.Property)]
public class ExtendedPropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type ExtendedPropertyAttribute = class
inherit Attribute
Public Class ExtendedPropertyAttribute
Inherits Attribute
- 상속
-
ExtendedPropertyAttribute
- 특성
생성자
| Name | Description |
|---|---|
| ExtendedPropertyAttribute() |
기본 ctor입니다. 부모 전파가 제공되지 않음 |
| ExtendedPropertyAttribute(String) |
ctor |
속성
| Name | Description |
|---|---|
| HasParent |
속성에 부모 적절한 속성이 있음을 나타냅니다. |
| ParentPropertyName |
부모 속성 이름 |