次の方法で共有


WebViewControlScriptNotifyEventArgs.Value プロパティ

定義

アプリに渡される文字列値を取得します。

public:
 property Platform::String ^ Value { Platform::String ^ get(); };
winrt::hstring Value();
public string Value { get; }
var string = webViewControlScriptNotifyEventArgs.value;
Public ReadOnly Property Value As String

プロパティ値

String

Platform::String

winrt::hstring

アプリに渡される文字列値。

適用対象