AudioTrack.CancelEdit Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

This method is not implemented for AudioTrack objects and always throws a NotSupportedException.

Namespace:  Microsoft.Phone.BackgroundAudio
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Sub CancelEdit
public void CancelEdit()

Implements

IEditableObject..::.CancelEdit()()()

Exceptions

Exception Condition
NotSupportedException

Always thrown because cancelling is not supported for tracks.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

AudioTrack Class

Microsoft.Phone.BackgroundAudio Namespace