共用方式為


XamlXmlReader 建構函式

定義

初始化 XamlXmlReader 類別的新執行個體。

多載

XamlXmlReader(Stream)

根據資料流,初始化 XamlXmlReader 類別的新執行個體。

XamlXmlReader(XmlReader, XamlSchemaContext, XamlXmlReaderSettings)

使用提供的 XamlXmlReader、結構描述內容和讀取器設定,初始化 XmlReader 類別的新執行個體。

XamlXmlReader(String, XamlSchemaContext, XamlXmlReaderSettings)

根據要載入至預設 XML 讀取器之檔案的檔案名稱,並使用提供的 XAML 結構描述內容和 XAML 特定設定,初始化 XamlXmlReader 類別的新執行個體。

XamlXmlReader(Stream, XamlSchemaContext, XamlXmlReaderSettings)

根據資料流,並使用提供的 XAML 結構描述內容和 XAML 特定設定,初始化 XamlXmlReader 類別的新執行個體。

XamlXmlReader(XmlReader, XamlXmlReaderSettings)

使用提供的 XamlXmlReader 和讀取器設定,初始化 XmlReader 類別的新執行個體。

XamlXmlReader(XmlReader, XamlSchemaContext)

使用提供的 XamlXmlReader 和結構描述內容,初始化 XmlReader 類別的新執行個體。

XamlXmlReader(String, XamlXmlReaderSettings)

根據要載入至預設 XML 讀取器之檔案的檔案名稱,並使用 XAML 特定讀取器設定,初始化 XamlXmlReader 類別的新執行個體。

XamlXmlReader(String, XamlSchemaContext)

根據要載入至預設 XML 讀取器之檔案的檔案名稱,並使用提供的 XAML 結構描述內容,初始化 XamlXmlReader 類別的新執行個體。

XamlXmlReader(TextReader, XamlSchemaContext, XamlXmlReaderSettings)

根據 XamlXmlReader 並使用提供的結構描述內容和 XAML 特定設定,初始化 TextReader 類別的新執行個體。

XamlXmlReader(TextReader, XamlSchemaContext)

根據 XamlXmlReader 以及提供的結構描述內容和 XAML 特定設定,初始化 TextReader 類別的新執行個體。

XamlXmlReader(Stream, XamlXmlReaderSettings)

根據資料流和 XAML 特定設定,初始化 XamlXmlReader 類別的新執行個體。

XamlXmlReader(Stream, XamlSchemaContext)

根據資料流並使用提供的 XAML 結構描述內容,初始化 XamlXmlReader 類別的新執行個體。

XamlXmlReader(XmlReader)

使用所提供的 XmlReader,初始化 XamlXmlReader 類別的新執行個體。

XamlXmlReader(TextReader, XamlXmlReaderSettings)

根據 XamlXmlReader 並使用 XAML 特定設定,初始化 TextReader 類別的新執行個體。

XamlXmlReader(String)

根據要載入至預設 XML 讀取器之檔案的檔案名稱,初始化 XamlXmlReader 類別的新執行個體。

XamlXmlReader(TextReader)

根據 XamlXmlReader,初始化 TextReader 類別的新執行個體。

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

要載入至讀取器的起始資料流。

例外狀況

streamnull

適用於

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)

參數

xmlReader
XmlReader

用來做為媒介 XML 處理器的 XmlReader

schemaContext
XamlSchemaContext

用於 XAML 處理的 XAML 結構描述內容。

settings
XamlXmlReaderSettings

特定的 XAML 讀取器設定。

例外狀況

xmlReaderschemaContextnull

備註

使用這個建構函式初始化會嘗試將所提供的 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

特定的讀取器設定。

例外狀況

fileNamenull

-或- schemaContextnull

備註

使用此建構函式初始化會嘗試將預設讀取器的某些設定與 中的 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

特定的讀取器設定。

例外狀況

streamschemaContextnull

備註

使用此建構函式初始化會嘗試將預設讀取器的某些設定與 中的 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)

參數

xmlReader
XmlReader

用來做為媒介 XML 處理器的 XmlReader

settings
XamlXmlReaderSettings

特定的 XAML 讀取器設定。

例外狀況

xmlReaderschemaContextnull

備註

使用這個建構函式初始化會嘗試將所提供的 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)

參數

xmlReader
XmlReader

用來做為媒介 XML 處理器的 XmlReader

schemaContext
XamlSchemaContext

用於 XAML 處理的 XAML 結構描述內容。

例外狀況

xmlReaderschemaContextnull

備註

使用此建構函式初始化也會設定預設讀取器設定。

適用於

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

特定的讀取器設定。

例外狀況

fileNamenull

適用於

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 結構描述內容。

例外狀況

fileNameschemaContextnull

適用於

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

特定的讀取器設定。

例外狀況

textReadernull

-或- schemaContextnull

備註

使用此建構函式初始化會嘗試將預設讀取器的某些設定與 中的 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 結構描述內容。

例外狀況

textReadernull

-或- schemaContextnull

適用於

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

特定的讀取器設定。

例外狀況

streamnull

備註

使用此建構函式初始化會嘗試將預設讀取器的某些設定與 中的 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 結構描述內容。

例外狀況

streamschemaContextnull

適用於

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
XmlReader

用來做為媒介 XML 處理器的 XmlReader

例外狀況

xmlReadernull

備註

使用此建構函式初始化也會設定預設 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

特定的讀取器設定。

例外狀況

textReadernull

備註

使用此建構函式初始化會嘗試將預設讀取器的某些設定與 中的 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 檔案的名稱。

例外狀況

fileNamenull

適用於

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

例外狀況

textReadernull

適用於