다음을 통해 공유


WidgetActionInvokedArgs.CustomState 속성

정의

작업과 연결된 위젯에 대한 사용자 지정 상태가 포함된 문자열을 가져옵니다.

public:
 property Platform::String ^ CustomState { Platform::String ^ get(); };
winrt::hstring CustomState();
public string CustomState { get; }
var string = widgetActionInvokedArgs.customState;
Public ReadOnly Property CustomState As String

속성 값

String

Platform::String

winrt::hstring

작업과 연결된 위젯에 대한 사용자 지정 상태를 포함하는 문자열입니다.

설명

사용자 지정 상태 문자열은 앱에서 정의되며 위젯 호스트에서 사용하거나 유효성을 검사하지 않습니다.

적용 대상