SrgsText コンストラクター
定義
オーバーロード
SrgsText() |
SrgsText クラスの新しいインスタンスを初期化します。Initializes a new instance of the SrgsText class. |
SrgsText(String) |
インスタンスのテキストを指定して、SrgsText クラスの新しいインスタンスを初期化します。Initializes a new instance of the SrgsText class, specifying the text of the instance. |
SrgsText()
SrgsText(String)
public:
SrgsText(System::String ^ text);
public SrgsText (string text);
new System.Speech.Recognition.SrgsGrammar.SrgsText : string -> System.Speech.Recognition.SrgsGrammar.SrgsText
Public Sub New (text As String)
パラメーター
- text
- String
Text インスタンスの SrgsText プロパティの設定に使用される値。The value used to set the Text property on the SrgsText instance.
例外
text
が null
です。text
is null
.