ToastCollection.LaunchArgs 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定在控制中心按一下通知群組標題時,提供給應用程式的啟動引數。
public:
property Platform::String ^ LaunchArgs { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring LaunchArgs();
void LaunchArgs(winrt::hstring value);
public string LaunchArgs { get; set; }
var string = toastCollection.launchArgs;
toastCollection.launchArgs = string;
Public Property LaunchArgs As String
屬性值
在控制中心按一下通知群組標題時,提供給應用程式的啟動引數。