Version

Context Property

An object containing the relevant information about the global ambiguity.
Syntax
'Declaration
 
Public ReadOnly Property Context As GlobalAmbiguityContext
public GlobalAmbiguityContext Context {get;}
Remarks

A global ambiguity occurs when the same span of text in a document can be interpreted in two or more different ways based on the grammar rules for the language and the context in which text occurs. The Context value contains two alternate parses for the text (if there are more than two alternate parses, the event will be fired multiple times). An event handler can determine which of the two alternate parse sub-trees should be used in the final tree by setting Infragistics.Documents.Parsing.GlobalAmbiguityContext.PreferredSubTreeRoot on the Context value.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also