次の方法で共有


WebUIView.DocumentTitle プロパティ

定義

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

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

プロパティ値

String

Platform::String

winrt::hstring

ページ タイトル。

実装

適用対象