TimedTextCue.Lines 属性

定义

获取表示提示文本的 TimedTextLine 对象的集合。

public:
 property IVector<TimedTextLine ^> ^ Lines { IVector<TimedTextLine ^> ^ get(); };
IVector<TimedTextLine> Lines();
public IList<TimedTextLine> Lines { get; }
var iVector = timedTextCue.lines;
Public ReadOnly Property Lines As IList(Of TimedTextLine)

属性值

TimedTextLine 对象的集合。

适用于