IAudioCollectionItem Property |
Gets the element at the specified index.
Read-only
IAudio.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
SyntaxIAudio this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As IAudio
Get
property IAudio^ default[int index] {
IAudio^ get (int index);
}
abstract Item : IAudio with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
IAudio
See Also