TimedTextCue.Lines Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of TimedTextLine objects that convey the text of the cue.
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)
Property Value
A collection of TimedTextLine objects.