Condividi tramite


ContainerPropertyAttribute Classe

Definizione

Usato in una classe che rappresenta un'entità aperta o tipi complessi per indicare che la proprietà deve essere usata come contenitore per le proprietà dinamiche durante la serializzazione e la materializzazione.

[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
Ereditarietà
ContainerPropertyAttribute
Attributi

Costruttori

ContainerPropertyAttribute()

Usato in una classe che rappresenta un'entità aperta o tipi complessi per indicare che la proprietà deve essere usata come contenitore per le proprietà dinamiche durante la serializzazione e la materializzazione.

Si applica a