XmlDocReader.TryLoad 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.
Overloads
TryLoad(TextReader, XmlDocReader) | |
TryLoad(String, XmlDocReader) |
TryLoad(TextReader, XmlDocReader)
public:
static bool TryLoad(System::IO::TextReader ^ reader, [Runtime::InteropServices::Out] System::CommandLine::DragonFruit::XmlDocReader ^ % xmlDocReader);
public static bool TryLoad(System.IO.TextReader reader, out System.CommandLine.DragonFruit.XmlDocReader xmlDocReader);
static member TryLoad : System.IO.TextReader * XmlDocReader -> bool
Public Shared Function TryLoad (reader As TextReader, ByRef xmlDocReader As XmlDocReader) As Boolean
Parameters
- reader
- TextReader
- xmlDocReader
- XmlDocReader
Returns
Applies to
TryLoad(String, XmlDocReader)
public:
static bool TryLoad(System::String ^ filePath, [Runtime::InteropServices::Out] System::CommandLine::DragonFruit::XmlDocReader ^ % xmlDocReader);
public static bool TryLoad(string filePath, out System.CommandLine.DragonFruit.XmlDocReader xmlDocReader);
static member TryLoad : string * XmlDocReader -> bool
Public Shared Function TryLoad (filePath As String, ByRef xmlDocReader As XmlDocReader) As Boolean
Parameters
- filePath
- String
- xmlDocReader
- XmlDocReader
Returns
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.