다음을 통해 공유


SerializerDescriptor.FactoryInterfaceName 속성

정의

serializer를 구현하는 ISerializerFactory 파생 클래스의 이름을 가져옵니다.

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

속성 값

String

serializer를 구현하는 ISerializerFactory 파생 클래스의 이름입니다.

적용 대상