XmlQueryRuntime 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供支援 XSLT 處理器的方法與特性。
public ref class XmlQueryRuntime sealed
public sealed class XmlQueryRuntime
type XmlQueryRuntime = class
Public NotInheritable Class XmlQueryRuntime
- 繼承
-
XmlQueryRuntime
屬性
| 名稱 | Description |
|---|---|
| ExternalContext |
回傳管理外部使用者情境資訊的物件,例如資料來源、參數、擴充物件等。 |
| NameTable |
回傳用於原子化查詢中使用的所有名稱的名稱表。 |
| Output |
取得輸出寫入物件。 |
| XsltFunctions |
回傳管理該狀態的物件。 狀態物件是實作各種 XSLT 函式所必需的。 |