| Visual Basic (Declaration) | |
|---|---|
Public Overloads Shared Function Create( _ ByVal output As Stream _ ) As XmlWriter | |
| Visual Basic (Usage) | |
|---|---|
Dim output As Stream Dim value As XmlWriter value = XmlFastInfosetWriter.Create(output) | |
| Managed Extensions for C++ | |
|---|---|
public: static XmlWriter* Create( Stream* output ) | |
| C++/CLI | |
|---|---|
public: static XmlWriter^ Create( Stream^ output ) | |
Parameters
- output
- The stream to which you want to write. The System.Xml.XmlWriter writes FastInfoset encoded XML and appends it to the specified stream.