共用方式為


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 列舉之成員的值。

適用於