InputScope.SrgsMarkup Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a string that specifies any Speech Recognition Grammar Specification (SRGS) markup to be used as a suggested input pattern by input processors.
public:
property System::String ^ SrgsMarkup { System::String ^ get(); void set(System::String ^ value); };
public string SrgsMarkup { get; set; }
member this.SrgsMarkup : string with get, set
Public Property SrgsMarkup As String
Property Value
A string that specifies any SRGS markup to be used as a suggested input pattern by input processors.
This property has no default value.
Exceptions
Raised when an attempt is made to set this property to null.
Remarks
Currently, this property is only applicable to speech input.