DomainXmlSerializationBehavior.AllPropertySerializers Property
This provides a mapping from property type to DomainPropertyXmlSerializerImplementation type to use for serialization.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaración
Public Overridable ReadOnly Property AllPropertySerializers As ReadOnlyCollection(Of DomainXmlTypeSerializerDirectoryEntry)
Get
public virtual ReadOnlyCollection<DomainXmlTypeSerializerDirectoryEntry> AllPropertySerializers { get; }
public:
virtual property ReadOnlyCollection<DomainXmlTypeSerializerDirectoryEntry^>^ AllPropertySerializers {
ReadOnlyCollection<DomainXmlTypeSerializerDirectoryEntry^>^ get ();
}
abstract AllPropertySerializers : ReadOnlyCollection<DomainXmlTypeSerializerDirectoryEntry>
override AllPropertySerializers : ReadOnlyCollection<DomainXmlTypeSerializerDirectoryEntry>
function get AllPropertySerializers () : ReadOnlyCollection<DomainXmlTypeSerializerDirectoryEntry>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<DomainXmlTypeSerializerDirectoryEntry>
Remarks
This method is virtual and returns an empty collection by default because most DSLs do not have external types that require special serialization.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.