IDomainModelSerializer.ModelFileExtension 属性

定义

将域模型的实例序列化为文件时使用的文件扩展名

public:
 property System::String ^ ModelFileExtension { System::String ^ get(); };
public string ModelFileExtension { get; }
member this.ModelFileExtension : string
Public ReadOnly Property ModelFileExtension As String

属性值

String

注解

实现者说明:对于非基于文件的序列化程序,或者不是自行序列化的域模型类型,可能返回 null/空。

适用于