次の方法で共有


XmlQueryRuntime.ExternalContext プロパティ

定義

データ ソース、パラメーター、拡張オブジェクトなど、外部のユーザー コンテキスト情報を管理するオブジェクトを返します。

public:
 property System::Xml::Xsl::Runtime::XmlQueryContext ^ ExternalContext { System::Xml::Xsl::Runtime::XmlQueryContext ^ get(); };
public System.Xml.Xsl.Runtime.XmlQueryContext ExternalContext { get; }
member this.ExternalContext : System.Xml.Xsl.Runtime.XmlQueryContext
Public ReadOnly Property ExternalContext As XmlQueryContext

プロパティ値

XmlQueryContext

XmlQueryContext クラスのインスタンス。

適用対象