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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา