XpsSerializerFactory.DisplayName 属性

定义

获取工厂生成的序列化程序的公共名称。

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

属性值

工厂生成的序列化程序的公共名称。

实现

注解

此方法始终返回字符串“XPS Serializer”。

适用于