다음을 통해 공유


ContainerPropertyAttribute 클래스

정의

열려 있는 엔터티 또는 복합 형식을 나타내는 클래스에서 속성을 serialization 및 구체화하는 동안 동적 속성의 컨테이너로 사용해야 함을 나타내는 데 사용됩니다.

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class ContainerPropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)>]
type ContainerPropertyAttribute = class
    inherit Attribute
Public NotInheritable Class ContainerPropertyAttribute
Inherits Attribute
상속
ContainerPropertyAttribute
특성

생성자

ContainerPropertyAttribute()

열려 있는 엔터티 또는 복합 형식을 나타내는 클래스에서 속성을 serialization 및 구체화하는 동안 동적 속성의 컨테이너로 사용해야 함을 나타내는 데 사용됩니다.

적용 대상