次の方法で共有


IWebViewControl.DocumentTitle プロパティ

定義

IWebViewControl に現在表示されているページのタイトルを取得します。

public:
 property Platform::String ^ DocumentTitle { Platform::String ^ get(); };
winrt::hstring DocumentTitle();
public string DocumentTitle { get; }
var string = iWebViewControl.documentTitle;
Public ReadOnly Property DocumentTitle As String

プロパティ値

String

Platform::String

winrt::hstring

ページ タイトル。

適用対象