TimedTextLine.Subformats Eigenschaft

Definition

Ruft eine Liste der TimedTextSubformat-Objekte ab, die Formatierungen für Teilzeichenfolgen innerhalb von TimedTextLine bereitstellen.

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)

Eigenschaftswert

Eine Liste von TimedTextSubformat-Objekten , die Formatierungen für Teilzeichenfolgen innerhalb der zeitlimitierten Textzeile bereitstellen.

Gilt für:

Weitere Informationen