SrgsSubset.MatchingMode 属性

定义

获取或设置子集的匹配模式。

public:
 property System::Speech::Recognition::SubsetMatchingMode MatchingMode { System::Speech::Recognition::SubsetMatchingMode get(); void set(System::Speech::Recognition::SubsetMatchingMode value); };
public System.Speech.Recognition.SubsetMatchingMode MatchingMode { get; set; }
member this.MatchingMode : System.Speech.Recognition.SubsetMatchingMode with get, set
Public Property MatchingMode As SubsetMatchingMode

属性值

SubsetMatchingMode 枚举的一个成员。

例外

尝试为不是 MatchingMode 枚举成员的 SubsetMatchingMode 设置一个值。

适用于