Utility.WriteXmlAttribute (String, String, XmlTextWriter) Method

Public Shared Sub WriteXmlAttribute( _ 
ByVal name As String, _ 
ByVal text As String, _ 
ByVal writer As XmlTextWriter
)
This language is not supported or no code example is available.
public static void WriteXmlAttribute( 
string name
string text
XmlTextWriter writer 
)
This language is not supported or no code example is available.

Parameters

name
string

text
string

writer
XmlTextWriter

.NET Framework

Supported in: 4.8

In this article

Definition