다음을 통해 공유


ObjectStateFormatter.IFormatter.SurrogateSelector 속성

정의

이 멤버에 대한 설명은 SurrogateSelector를 참조하세요.

property System::Runtime::Serialization::ISurrogateSelector ^ System::Runtime::Serialization::IFormatter::SurrogateSelector { System::Runtime::Serialization::ISurrogateSelector ^ get(); void set(System::Runtime::Serialization::ISurrogateSelector ^ value); };
System.Runtime.Serialization.ISurrogateSelector System.Runtime.Serialization.IFormatter.SurrogateSelector { get; set; }
member this.System.Runtime.Serialization.IFormatter.SurrogateSelector : System.Runtime.Serialization.ISurrogateSelector with get, set
 Property SurrogateSelector As ISurrogateSelector Implements IFormatter.SurrogateSelector

속성 값

ISurrogateSelector

이 포맷터가 사용하는 SurrogateSelector입니다.

구현

설명

이 속성을 설정 해도 효과가 없습니다.

이 멤버는 명시적 인터페이스 멤버 구현이며, ObjectStateFormatter 인스턴스가 IFormatter 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상