共用方式為


SpeechCue.EndPositionInInput 屬性

定義

取得或設定字串中的位移,該字串包含在與提示相關聯之單字或句子中最後一個字元的 Text 屬性中。

public:
 property IReference<int> ^ EndPositionInInput { IReference<int> ^ get(); void set(IReference<int> ^ value); };
IReference<int> EndPositionInInput();

void EndPositionInInput(IReference<int> value);
public System.Nullable<int> EndPositionInInput { get; set; }
var iReference = speechCue.endPositionInInput;
speechCue.endPositionInInput = iReference;
Public Property EndPositionInInput As Nullable(Of Integer)

屬性值

與提示相關聯之文字或句子中最後一個字元 之 Text 屬性中字串的位移。

備註

這個值是字串的任何周圍或內嵌格式設定的獨佔。

SSML 書簽的此值為 Null。

適用於