[This is preliminary documentation and is subject to change.]

Gets actual context object

Namespace: Tools.XmlT.XPathT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
protected Object ContextObject { get; }
Visual Basic
Protected ReadOnly Property ContextObject As Object
	Get
Visual C++
protected:
property Object^ ContextObject {
	Object^ get ();
}
F#
member ContextObject : Object
JScript
function get ContextObject () : Object

Remarks

See for definition of context object

See Also