Skip to content

Clarify LaunchActivatedEventArgs.Arguments description - #2521

Open
Peter Smith (pedasmith) wants to merge 1 commit into
MicrosoftDocs:docsfrom
pedasmith:patch-2
Open

Clarify LaunchActivatedEventArgs.Arguments description#2521
Peter Smith (pedasmith) wants to merge 1 commit into
MicrosoftDocs:docsfrom
pedasmith:patch-2

Conversation

@pedasmith

Copy link
Copy Markdown
Contributor

This had been documented as a "list" (and named that way, too). But it's not a list; it's a flat string

This had been documented as a "list" (and named that way, too). But it's not a list; it's a flat string
@prmerger-automator prmerger-automator Bot added do-not-merge PR is being processed and awaiting review/approval. review-team-triage labels Feb 1, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM — accurate improvement. Approved.

@GrantMeStrength

Copy link
Copy Markdown
Collaborator

Copilot /review

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed ✅ — Documentation improvement looks good.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates WinRT API reference documentation for Windows.ApplicationModel.Activation.LaunchActivatedEventArgs.Arguments to clarify that the value is a single string (not a list), aligning the docs with actual behavior and typical usage in activation scenarios.

Changes:

  • Adjusted the property description wording to avoid implying a list type.
  • Updated the property-value text to explicitly state the launch arguments are provided as a single string.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


## -description
Gets the arguments that are passed to the app during its launch activation.
Gets the argument that is passed to the app during its launch activation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge PR is being processed and awaiting review/approval. review-team-triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants