IDomainModelSerializer.ModelFileExtension 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将域模型的实例序列化为文件时使用的文件扩展名
public:
property System::String ^ ModelFileExtension { System::String ^ get(); };
public string ModelFileExtension { get; }
member this.ModelFileExtension : string
Public ReadOnly Property ModelFileExtension As String
属性值
注解
实现者说明:对于非基于文件的序列化程序,或者不是自行序列化的域模型类型,可能返回 null/空。