ISerializerFactory.CreateSerializerWriter(Stream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes an object derived from the abstract SerializerWriter class for the specified Stream.
public:
System::Windows::Documents::Serialization::SerializerWriter ^ CreateSerializerWriter(System::IO::Stream ^ stream);
public System.Windows.Documents.Serialization.SerializerWriter CreateSerializerWriter (System.IO.Stream stream);
abstract member CreateSerializerWriter : System.IO.Stream -> System.Windows.Documents.Serialization.SerializerWriter
Public Function CreateSerializerWriter (stream As Stream) As SerializerWriter
Parameters
Returns
An object of a class derived from SerializerWriter.
Notes to Callers
We recommend that you not call your implementation of this method directly. Instead, use the CreateSerializerWriter(SerializerDescriptor, Stream) method of the SerializerProvider class.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา