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 conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.