AppNotificationActivatedEventArgs.Argument 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與觸發應用程式啟用之代理程式更新按鈕輸入相關聯的動作專案自變數屬性中提供的文字。
public:
property Platform::String ^ Argument { Platform::String ^ get(); };
winrt::hstring Argument();
public string Argument { get; }
var string = appNotificationActivatedEventArgs.argument;
Public ReadOnly Property Argument As String
屬性值
備註
當承載中未指定任何啟動引數時,這個值對於預設啟用而言是空的。