DslDefinitionModelSerializationBehaviorBase.CustomSerializerTypes 属性

定义

允许添加自定义序列化程序。 基实现不执行任何操作。

protected:
 virtual property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DomainXmlSerializerDirectoryEntry ^> ^ CustomSerializerTypes { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DomainXmlSerializerDirectoryEntry ^> ^ get(); };
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
protected virtual System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DomainXmlSerializerDirectoryEntry> CustomSerializerTypes { [System.Diagnostics.DebuggerStepThrough] get; }
[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.CustomSerializerTypes : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DomainXmlSerializerDirectoryEntry>
Protected Overridable ReadOnly Property CustomSerializerTypes As ReadOnlyCollection(Of DomainXmlSerializerDirectoryEntry)

属性值

ReadOnlyCollection<DomainXmlSerializerDirectoryEntry>

自定义序列化程序类型、null 或空列表(如果没有自定义序列化程序类型)。

属性

适用于