WriteFile(XmlWriter,TextReader) Method
See Also 
SourceCode.ProjectSystem Namespace > ProjectFile Class > WriteFile Method : WriteFile(XmlWriter,TextReader) Method



writer
reader

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Sub WriteFile( _
   ByVal writer As XmlWriter, _
   ByVal reader As TextReader _
) 
Visual Basic (Usage) Copy Code
Dim writer As XmlWriter
Dim reader As TextReader
 
ProjectFile.WriteFile(writer, reader)
C#  
public static void WriteFile( 
   XmlWriter writer,
   TextReader reader
)
C++/CLI  
public:
static void WriteFile( 
   XmlWriter^ writer,
   TextReader^ reader
) 

Parameters

writer
reader

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also