SpeechCue.StartPositionInInput 属性

定义

获取或设置与提示关联的单词或句子中第一个字符的 Text 属性中包含的字符串的偏移量。

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

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

属性值

与提示关联的单词或句子中第一个字符的 Text 属性中包含的字符串的偏移量。

注解

此值不包括字符串的任何环绕格式或内联格式。

对于 SSML 书签,此值为 null。

适用于