TimedTextLine.Subformats 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 TimedTextSubformat 物件的清單,這些物件會提供 TimedTextLine內子字串的格式。
public:
property IVector<TimedTextSubformat ^> ^ Subformats { IVector<TimedTextSubformat ^> ^ get(); };
IVector<TimedTextSubformat> Subformats();
public IList<TimedTextSubformat> Subformats { get; }
var iVector = timedTextLine.subformats;
Public ReadOnly Property Subformats As IList(Of TimedTextSubformat)
屬性值
TimedTextSubformat物件清單,提供計時文字行內子字串的格式。