Share via


TimedTextLine.Subformats Proprietà

Definizione

Ottiene un elenco di oggetti TimedTextSubformat che forniscono la formattazione per le sottostringhe all'interno di 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)

Valore della proprietà

Elenco di oggetti TimedTextSubformat che forniscono la formattazione per le sottostringhe all'interno della riga di testo temporale.

Si applica a

Vedi anche