Keysight Pathwave 89600 VSA .NET API
WriteXml Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > DisplayFontInfo Structure : WriteXml Method


writer
The System.Xml.XmlWriter stream to which the object is serialized.

Glossary Item Box

Converts the DisplayFontInfo structure into its XML representation.

Syntax

Visual Basic (Declaration) 
Public Sub WriteXml( _
   ByVal writer As XmlWriter _
) 
C# 
public void WriteXml( 
   XmlWriter writer
)
C++/CLI 
public:
void WriteXml( 
   XmlWriter^ writer
) 

Parameters

writer
The System.Xml.XmlWriter stream to which the object is serialized.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also