AudioCollectionItem 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)
Syntax public IAudio this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As IAudio
Get
public:
virtual property IAudio^ default[int index] {
IAudio^ get (int index) sealed;
}
abstract Item : IAudio with get
override Item : IAudio with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
IAudioImplements
IAudioCollectionItemInt32See Also