SaveRingtoneTask Class
July 26, 2012
Enables an application to launch the ringtones application. Use the SaveRingtoneTask to allow users to save a ringtone from your application to the system ringtones list.
System.Object
Microsoft.Phone.Tasks.ChooserBase<TaskEventArgs>
Microsoft.Phone.Tasks.SaveRingtoneTask
Microsoft.Phone.Tasks.ChooserBase<TaskEventArgs>
Microsoft.Phone.Tasks.SaveRingtoneTask
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
The SaveRingtoneTask type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DisplayName | Name used to identify the ringtone in the picker. |
![]() | IsShareable | Flag that indicates whether the ringtone should be accessible to other applications. |
![]() | Source | File path to the local copy of the audio file to be added to the ringtone directory. |
![]() | TaskEventArgs | The EventArgs for the Completed event. (Inherited from ChooserBase<TTaskEventArgs>.) |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | FireCompleted | Raises the Completed event. (Inherited from ChooserBase<TTaskEventArgs>.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Show | Shows the ringtones application. (Overrides ChooserBase<TTaskEventArgs>.Show().) |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | Completed | Occurs when a Chooser task is completed. (Inherited from ChooserBase<TTaskEventArgs>.) |
Important Note: |
|---|
|
For more information, see the Ringtones sample on the Code Samples for Windows Phone page. Also see How to: Use the Save Ringtone Task for Windows Phone for an example of using the SaveRingtoneTask.
