次の方法で共有


SerializerDescriptor.FactoryInterfaceName プロパティ

定義

シリアライザーを実装する ISerializerFactory 派生クラスの名前を取得します。

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

プロパティ値

String

シリアライザーを実装する ISerializerFactory 派生クラスの名前。

適用対象