XamlObjectWriter 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 XamlObjectWriter 類別的新執行個體。
多載
XamlObjectWriter(XamlSchemaContext) |
使用 XamlObjectWriter 所使用的 XAML 結構描述內容,初始化 XamlReader 類別的新執行個體。 |
XamlObjectWriter(XamlSchemaContext, XamlObjectWriterSettings) |
使用 XamlObjectWriter 所使用的內容和其設定,初始化 XamlReader 類別的新執行個體。 |
XamlObjectWriter(XamlSchemaContext)
使用 XamlObjectWriter 所使用的 XAML 結構描述內容,初始化 XamlReader 類別的新執行個體。
public:
XamlObjectWriter(System::Xaml::XamlSchemaContext ^ schemaContext);
public XamlObjectWriter (System.Xaml.XamlSchemaContext schemaContext);
new System.Xaml.XamlObjectWriter : System.Xaml.XamlSchemaContext -> System.Xaml.XamlObjectWriter
Public Sub New (schemaContext As XamlSchemaContext)
參數
- schemaContext
- XamlSchemaContext
與提供寫入之節點的 XAML 讀取器共用的 XAML 結構描述內容。
例外狀況
schemaContext
為 null
。
適用於
XamlObjectWriter(XamlSchemaContext, XamlObjectWriterSettings)
使用 XamlObjectWriter 所使用的內容和其設定,初始化 XamlReader 類別的新執行個體。
public:
XamlObjectWriter(System::Xaml::XamlSchemaContext ^ schemaContext, System::Xaml::XamlObjectWriterSettings ^ settings);
public XamlObjectWriter (System.Xaml.XamlSchemaContext schemaContext, System.Xaml.XamlObjectWriterSettings settings);
new System.Xaml.XamlObjectWriter : System.Xaml.XamlSchemaContext * System.Xaml.XamlObjectWriterSettings -> System.Xaml.XamlObjectWriter
Public Sub New (schemaContext As XamlSchemaContext, settings As XamlObjectWriterSettings)
參數
- schemaContext
- XamlSchemaContext
與提供寫入之節點的 XAML 讀取器共用的 XAML 結構描述內容。
- settings
- XamlObjectWriterSettings
指定 XamlObjectWriter 行為和輸出之特定選項的設定物件。
例外狀況
schemaContext
為 null
。