Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

LoadGrammarCompletedEventArgs::Grammar Property

 

The Grammar object that has completed loading.

Namespace:   System.Speech.Recognition
Assembly:  System.Speech (in System.Speech.dll)

public:
property Grammar^ Grammar {
	Grammar^ get();
}

Property Value

Type: System.Speech.Recognition::Grammar^

The Grammar that was loaded by the recognizer.

If the recognizer encounters an exception during the operation, the Error property is set to the exception and the Loaded property of the associated Grammar may be false.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft