Version

GlobalAmbiguityContext Class

Represents a global ambiguity detected while parsing a document.
Syntax
'Declaration
 
Public Class GlobalAmbiguityContext 
public class GlobalAmbiguityContext 
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. This object contains two alternate parses for the text (if there are more than two alternate parses, multiple contexts will be created). Code handling global ambiguities can determine which of the two alternate parse sub-trees should be used in the final tree by setting PreferredSubTreeRoot.

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