TimedTextLine.Subformats プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
TimedTextLine 内の部分文字列の書式設定を提供する TimedTextSubformat オブジェクトの一覧を取得します。
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 オブジェクトの一覧。