[docs] Improve XML docs for MPNowPlayingInfo - #25808
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates XML documentation for MediaPlayer.MPNowPlayingInfo to replace “To be added.” placeholders with meaningful descriptions and to remove unused <remarks> content, improving the generated API docs for the strongly-typed “now playing” info container used by MPNowPlayingInfoCenter.
Changes:
- Replaced placeholder XML docs on
MPNowPlayingInfomembers with descriptive summaries (elapsed time, playback rate, queue/chapter/disc/track metadata, etc.). - Added
<value>documentation for nullable array/string properties like language options and external identifiers. - Updated the type-level summary/related documentation block for
MPNowPlayingInfo.
| /// <summary>Provides strongly-typed access to "now playing" media information displayed on the lock screen, during AirPlay, or on external accessories.</summary> | ||
| /// <related type="externalDocumentation" href="https://developer.apple.com/library/ios/documentation/MediaPlayer/Reference/MPNowPlayingInfoCenter_Class/index.html">Apple documentation for <c>MPNowPlayingInfoCenter</c></related> |
✅ [PR Build #19bbb5d] Build passed (Detect API changes) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
✅ [PR Build #19bbb5d] Build passed (Build packages) ✅Pipeline on Agent |
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
✅ [PR Build #19bbb5d] Build passed (Build macOS tests) ✅Pipeline on Agent |
🚀 [CI Build #19bbb5d] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 207 tests passed 🎉 Tests counts✅ assembly-processing: All 1 tests passed. Html Report (VSDrops) Download macOS tests✅ Tests on macOS Monterey (12): All 5 tests passed. Html Report (VSDrops) Download Linux Build VerificationPipeline on Agent |
Improve XML documentation for the
MPNowPlayingInfotype:<remarks>nodes🤖 Pull request created by Copilot