다음을 통해 공유


ToastCollection.LaunchArgs 속성

정의

알림 센터에서 알림 그룹 제목을 클릭할 때 앱에 제공된 시작 인수를 가져오거나 설정합니다.

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

속성 값

String

Platform::String

winrt::hstring

알림 센터에서 알림 그룹 제목을 클릭할 때 앱에 제공된 시작 인수입니다.

적용 대상