次の方法で共有


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 オブジェクトのコレクション。

適用対象