Document RemoteDesktopRegistrar.ConnectionCenterRequested event (ADO #562869)#2534
Document RemoteDesktopRegistrar.ConnectionCenterRequested event (ADO #562869)#2534GrantMeStrength wants to merge 2 commits intodocsfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new WinRT event reference topic for RemoteDesktopRegistrar.ConnectionCenterRequested and links it from the RemoteDesktopRegistrar class page, while also improving PackageManager.FindPackages* documentation to clarify scope and parameter format expectations.
Changes:
- Added a new event reference topic:
RemoteDesktopRegistrar.ConnectionCenterRequested. - Updated
RemoteDesktopRegistrarto include an-eventstable linking to the new event. - Clarified
PackageManager.FindPackages*docs (all-users scope + parameter format notes).
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| windows.system.remotedesktop.provider/remotedesktopregistrar.md | Adds -events table and links to the new ConnectionCenterRequested event topic. |
| windows.system.remotedesktop.provider/remotedesktopregistrar_connectioncenterrequested.md | New reference topic documenting the ConnectionCenterRequested event, including LAF guidance. |
| windows.management.deployment/packagemanager_findpackages_331793265.md | Adds NOTE clarifying packageFamilyName format and common misinterpretations. |
| windows.management.deployment/packagemanager_findpackages_1597689551.md | Expands remarks with all-users scope and adds NOTE clarifying packageName/packagePublisher formats. |
| windows.management.deployment/packagemanager_findpackages_1246181969.md | Corrects/clarifies method description and adds all-users scope guidance in remarks. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…#562869) New event raised when the user requests the boot to cloud Connection Center in a remote desktop provider app. Adds new event ref topic and updates the RemoteDesktopRegistrar class overview with the -events table. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
fb10622 to
cc55a2b
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Thanks for the review. Stripped the unrelated The typo flag was valid but is now moot since those files are no longer in scope. |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Waiting for Feature team. |
- Description: 'Raised when the user requests...' -> 'Raised to notify a remote desktop provider app that the user has requested...' Clarifies this is a notification delivered to the app, not an in-app action. - IMPORTANT note: 'RemoteDesktopRegistrar API' -> 'ConnectionCenterRequested event' The note is on the event page; referring to the parent class was ambiguous. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Summary
New ref topic for the
ConnectionCenterRequestedevent onRemoteDesktopRegistrar. This event notifies remote desktop provider apps (boot to cloud scenario) when the user requests the Connection Center.Changes
remotedesktopregistrar_connectioncenterrequested.md— event ref topicremotedesktopregistrar.md— added-eventstable linking to the new topicNotes
EventHandler<object>) needs confirmation from the spec: ConnectionCenterRequestedSpec.docxFixes ADO #562869