XamlXmlReader 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 XamlXmlReader 類別的新執行個體。
多載
XamlXmlReader(Stream)
根據資料流,初始化 XamlXmlReader 類別的新執行個體。
public:
XamlXmlReader(System::IO::Stream ^ stream);
public XamlXmlReader (System.IO.Stream stream);
new System.Xaml.XamlXmlReader : System.IO.Stream -> System.Xaml.XamlXmlReader
Public Sub New (stream As Stream)
參數
- stream
- Stream
要載入至讀取器的起始資料流。
例外狀況
stream
為 null
。
適用於
XamlXmlReader(XmlReader, XamlSchemaContext, XamlXmlReaderSettings)
使用提供的 XamlXmlReader、結構描述內容和讀取器設定,初始化 XmlReader 類別的新執行個體。
public:
XamlXmlReader(System::Xml::XmlReader ^ xmlReader, System::Xaml::XamlSchemaContext ^ schemaContext, System::Xaml::XamlXmlReaderSettings ^ settings);
public XamlXmlReader (System.Xml.XmlReader xmlReader, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlXmlReaderSettings settings);
new System.Xaml.XamlXmlReader : System.Xml.XmlReader * System.Xaml.XamlSchemaContext * System.Xaml.XamlXmlReaderSettings -> System.Xaml.XamlXmlReader
Public Sub New (xmlReader As XmlReader, schemaContext As XamlSchemaContext, settings As XamlXmlReaderSettings)
參數
- schemaContext
- XamlSchemaContext
用於 XAML 處理的 XAML 結構描述內容。
- settings
- XamlXmlReaderSettings
特定的 XAML 讀取器設定。
例外狀況
xmlReader
或 schemaContext
為 null
。
備註
使用這個建構函式初始化會嘗試將所提供的 xmlReader
部分設定與 中的 settings
XAML 特定設定合併。 如需詳細資訊,請參閱XamlXmlReaderSettings。
適用於
XamlXmlReader(String, XamlSchemaContext, XamlXmlReaderSettings)
根據要載入至預設 XML 讀取器之檔案的檔案名稱,並使用提供的 XAML 結構描述內容和 XAML 特定設定,初始化 XamlXmlReader 類別的新執行個體。
public:
XamlXmlReader(System::String ^ fileName, System::Xaml::XamlSchemaContext ^ schemaContext, System::Xaml::XamlXmlReaderSettings ^ settings);
public XamlXmlReader (string fileName, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlXmlReaderSettings settings);
new System.Xaml.XamlXmlReader : string * System.Xaml.XamlSchemaContext * System.Xaml.XamlXmlReaderSettings -> System.Xaml.XamlXmlReader
Public Sub New (fileName As String, schemaContext As XamlSchemaContext, settings As XamlXmlReaderSettings)
參數
- fileName
- String
要載入之 XML 檔案的名稱。
- schemaContext
- XamlSchemaContext
用於 XAML 處理的 XAML 結構描述內容。
- settings
- XamlXmlReaderSettings
特定的讀取器設定。
例外狀況
備註
使用此建構函式初始化會嘗試將預設讀取器的某些設定與 中的 XAML 特定設定合併在一 settings
起。 如需詳細資訊,請參閱XamlXmlReaderSettings。
適用於
XamlXmlReader(Stream, XamlSchemaContext, XamlXmlReaderSettings)
根據資料流,並使用提供的 XAML 結構描述內容和 XAML 特定設定,初始化 XamlXmlReader 類別的新執行個體。
public:
XamlXmlReader(System::IO::Stream ^ stream, System::Xaml::XamlSchemaContext ^ schemaContext, System::Xaml::XamlXmlReaderSettings ^ settings);
public XamlXmlReader (System.IO.Stream stream, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlXmlReaderSettings settings);
new System.Xaml.XamlXmlReader : System.IO.Stream * System.Xaml.XamlSchemaContext * System.Xaml.XamlXmlReaderSettings -> System.Xaml.XamlXmlReader
Public Sub New (stream As Stream, schemaContext As XamlSchemaContext, settings As XamlXmlReaderSettings)
參數
- stream
- Stream
要載入至讀取器的起始資料流。
- schemaContext
- XamlSchemaContext
用於 XAML 處理的 XAML 結構描述內容。
- settings
- XamlXmlReaderSettings
特定的讀取器設定。
例外狀況
stream
或 schemaContext
為 null
。
備註
使用此建構函式初始化會嘗試將預設讀取器的某些設定與 中的 XAML 特定設定合併在一 settings
起。 如需詳細資訊,請參閱XamlXmlReaderSettings。
適用於
XamlXmlReader(XmlReader, XamlXmlReaderSettings)
使用提供的 XamlXmlReader 和讀取器設定,初始化 XmlReader 類別的新執行個體。
public:
XamlXmlReader(System::Xml::XmlReader ^ xmlReader, System::Xaml::XamlXmlReaderSettings ^ settings);
public XamlXmlReader (System.Xml.XmlReader xmlReader, System.Xaml.XamlXmlReaderSettings settings);
new System.Xaml.XamlXmlReader : System.Xml.XmlReader * System.Xaml.XamlXmlReaderSettings -> System.Xaml.XamlXmlReader
Public Sub New (xmlReader As XmlReader, settings As XamlXmlReaderSettings)
參數
- settings
- XamlXmlReaderSettings
特定的 XAML 讀取器設定。
例外狀況
xmlReader
或 schemaContext
為 null
。
備註
使用這個建構函式初始化會嘗試將所提供的 xmlReader
部分設定與 中的 settings
XAML 特定設定合併。 使用此建構函式初始化也會設定預設讀取器設定。 如需詳細資訊,請參閱XamlXmlReaderSettings。
適用於
XamlXmlReader(XmlReader, XamlSchemaContext)
使用提供的 XamlXmlReader 和結構描述內容,初始化 XmlReader 類別的新執行個體。
public:
XamlXmlReader(System::Xml::XmlReader ^ xmlReader, System::Xaml::XamlSchemaContext ^ schemaContext);
public XamlXmlReader (System.Xml.XmlReader xmlReader, System.Xaml.XamlSchemaContext schemaContext);
new System.Xaml.XamlXmlReader : System.Xml.XmlReader * System.Xaml.XamlSchemaContext -> System.Xaml.XamlXmlReader
Public Sub New (xmlReader As XmlReader, schemaContext As XamlSchemaContext)
參數
- schemaContext
- XamlSchemaContext
用於 XAML 處理的 XAML 結構描述內容。
例外狀況
xmlReader
或 schemaContext
為 null
。
備註
使用此建構函式初始化也會設定預設讀取器設定。
適用於
XamlXmlReader(String, XamlXmlReaderSettings)
根據要載入至預設 XML 讀取器之檔案的檔案名稱,並使用 XAML 特定讀取器設定,初始化 XamlXmlReader 類別的新執行個體。
public:
XamlXmlReader(System::String ^ fileName, System::Xaml::XamlXmlReaderSettings ^ settings);
public XamlXmlReader (string fileName, System.Xaml.XamlXmlReaderSettings settings);
new System.Xaml.XamlXmlReader : string * System.Xaml.XamlXmlReaderSettings -> System.Xaml.XamlXmlReader
Public Sub New (fileName As String, settings As XamlXmlReaderSettings)
參數
- fileName
- String
要載入之 XML 檔案的名稱。
- settings
- XamlXmlReaderSettings
特定的讀取器設定。
例外狀況
fileName
為 null
。
適用於
XamlXmlReader(String, XamlSchemaContext)
根據要載入至預設 XML 讀取器之檔案的檔案名稱,並使用提供的 XAML 結構描述內容,初始化 XamlXmlReader 類別的新執行個體。
public:
XamlXmlReader(System::String ^ fileName, System::Xaml::XamlSchemaContext ^ schemaContext);
public XamlXmlReader (string fileName, System.Xaml.XamlSchemaContext schemaContext);
new System.Xaml.XamlXmlReader : string * System.Xaml.XamlSchemaContext -> System.Xaml.XamlXmlReader
Public Sub New (fileName As String, schemaContext As XamlSchemaContext)
參數
- fileName
- String
要載入的檔案名稱。
- schemaContext
- XamlSchemaContext
用於 XAML 處理的 XAML 結構描述內容。
例外狀況
fileName
或 schemaContext
為 null
。
適用於
XamlXmlReader(TextReader, XamlSchemaContext, XamlXmlReaderSettings)
根據 XamlXmlReader 並使用提供的結構描述內容和 XAML 特定設定,初始化 TextReader 類別的新執行個體。
public:
XamlXmlReader(System::IO::TextReader ^ textReader, System::Xaml::XamlSchemaContext ^ schemaContext, System::Xaml::XamlXmlReaderSettings ^ settings);
public XamlXmlReader (System.IO.TextReader textReader, System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlXmlReaderSettings settings);
new System.Xaml.XamlXmlReader : System.IO.TextReader * System.Xaml.XamlSchemaContext * System.Xaml.XamlXmlReaderSettings -> System.Xaml.XamlXmlReader
Public Sub New (textReader As TextReader, schemaContext As XamlSchemaContext, settings As XamlXmlReaderSettings)
參數
- textReader
- TextReader
用來進行初始設定的 TextReader。
- schemaContext
- XamlSchemaContext
用於 XAML 處理的 XAML 結構描述內容。
- settings
- XamlXmlReaderSettings
特定的讀取器設定。
例外狀況
備註
使用此建構函式初始化會嘗試將預設讀取器的某些設定與 中的 XAML 特定設定合併在一 settings
起。 如需詳細資訊,請參閱XamlXmlReaderSettings。
適用於
XamlXmlReader(TextReader, XamlSchemaContext)
根據 XamlXmlReader 以及提供的結構描述內容和 XAML 特定設定,初始化 TextReader 類別的新執行個體。
public:
XamlXmlReader(System::IO::TextReader ^ textReader, System::Xaml::XamlSchemaContext ^ schemaContext);
public XamlXmlReader (System.IO.TextReader textReader, System.Xaml.XamlSchemaContext schemaContext);
new System.Xaml.XamlXmlReader : System.IO.TextReader * System.Xaml.XamlSchemaContext -> System.Xaml.XamlXmlReader
Public Sub New (textReader As TextReader, schemaContext As XamlSchemaContext)
參數
- textReader
- TextReader
用來進行初始設定的 TextReader。
- schemaContext
- XamlSchemaContext
用於 XAML 處理的 XAML 結構描述內容。
例外狀況
適用於
XamlXmlReader(Stream, XamlXmlReaderSettings)
根據資料流和 XAML 特定設定,初始化 XamlXmlReader 類別的新執行個體。
public:
XamlXmlReader(System::IO::Stream ^ stream, System::Xaml::XamlXmlReaderSettings ^ settings);
public XamlXmlReader (System.IO.Stream stream, System.Xaml.XamlXmlReaderSettings settings);
new System.Xaml.XamlXmlReader : System.IO.Stream * System.Xaml.XamlXmlReaderSettings -> System.Xaml.XamlXmlReader
Public Sub New (stream As Stream, settings As XamlXmlReaderSettings)
參數
- stream
- Stream
要載入至讀取器的起始資料流。
- settings
- XamlXmlReaderSettings
特定的讀取器設定。
例外狀況
stream
為 null
。
備註
使用此建構函式初始化會嘗試將預設讀取器的某些設定與 中的 XAML 特定設定合併在一 settings
起。 如需詳細資訊,請參閱XamlXmlReaderSettings。
適用於
XamlXmlReader(Stream, XamlSchemaContext)
根據資料流並使用提供的 XAML 結構描述內容,初始化 XamlXmlReader 類別的新執行個體。
public:
XamlXmlReader(System::IO::Stream ^ stream, System::Xaml::XamlSchemaContext ^ schemaContext);
public XamlXmlReader (System.IO.Stream stream, System.Xaml.XamlSchemaContext schemaContext);
new System.Xaml.XamlXmlReader : System.IO.Stream * System.Xaml.XamlSchemaContext -> System.Xaml.XamlXmlReader
Public Sub New (stream As Stream, schemaContext As XamlSchemaContext)
參數
- stream
- Stream
要載入至讀取器的起始資料流。
- schemaContext
- XamlSchemaContext
用於 XAML 處理的 XAML 結構描述內容。
例外狀況
stream
或 schemaContext
為 null
。
適用於
XamlXmlReader(XmlReader)
使用所提供的 XmlReader,初始化 XamlXmlReader 類別的新執行個體。
public:
XamlXmlReader(System::Xml::XmlReader ^ xmlReader);
public XamlXmlReader (System.Xml.XmlReader xmlReader);
new System.Xaml.XamlXmlReader : System.Xml.XmlReader -> System.Xaml.XamlXmlReader
Public Sub New (xmlReader As XmlReader)
參數
例外狀況
xmlReader
為 null
。
備註
使用此建構函式初始化也會設定預設 XAML 架構內容和預設讀取器設定。
適用於
XamlXmlReader(TextReader, XamlXmlReaderSettings)
根據 XamlXmlReader 並使用 XAML 特定設定,初始化 TextReader 類別的新執行個體。
public:
XamlXmlReader(System::IO::TextReader ^ textReader, System::Xaml::XamlXmlReaderSettings ^ settings);
public XamlXmlReader (System.IO.TextReader textReader, System.Xaml.XamlXmlReaderSettings settings);
new System.Xaml.XamlXmlReader : System.IO.TextReader * System.Xaml.XamlXmlReaderSettings -> System.Xaml.XamlXmlReader
Public Sub New (textReader As TextReader, settings As XamlXmlReaderSettings)
參數
- textReader
- TextReader
用來進行初始設定的 TextReader。
- settings
- XamlXmlReaderSettings
特定的讀取器設定。
例外狀況
textReader
為 null
。
備註
使用此建構函式初始化會嘗試將預設讀取器的某些設定與 中的 XAML 特定設定合併在一 settings
起。 如需詳細資訊,請參閱XamlXmlReaderSettings。
適用於
XamlXmlReader(String)
根據要載入至預設 XML 讀取器之檔案的檔案名稱,初始化 XamlXmlReader 類別的新執行個體。
public:
XamlXmlReader(System::String ^ fileName);
public XamlXmlReader (string fileName);
new System.Xaml.XamlXmlReader : string -> System.Xaml.XamlXmlReader
Public Sub New (fileName As String)
參數
- fileName
- String
要載入之 XML 檔案的名稱。
例外狀況
fileName
為 null
。
適用於
XamlXmlReader(TextReader)
根據 XamlXmlReader,初始化 TextReader 類別的新執行個體。
public:
XamlXmlReader(System::IO::TextReader ^ textReader);
public XamlXmlReader (System.IO.TextReader textReader);
new System.Xaml.XamlXmlReader : System.IO.TextReader -> System.Xaml.XamlXmlReader
Public Sub New (textReader As TextReader)
參數
- textReader
- TextReader
用來進行初始設定的 TextReader。
例外狀況
textReader
為 null
。