संपादित करें

इसके माध्यम से साझा किया गया


XmlQueryRuntime.ExternalContext Property

Definition

Returns the object that manages external user context information, such as data sources, parameters, extension objects, and so on.

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

Property Value

An instance of the XmlQueryContext class.

Applies to