InputScope.SrgsMarkup Property

Definition

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.

Applies to