EndEdit Method
Collapse the table of content
Expand the table of content

AudioTrack.EndEdit Method

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

Ends an edit operation, saving all property changes to the underlying store.

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

public void EndEdit()

Implements

IEditableObject.EndEdit()

ExceptionCondition
InvalidOperationException

Thrown if any non-UI property is changed, such as the URI, but the system has already begun processing the track.

The call is ignored if the AudioTrack is not currently in edit mode.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft