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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.