次の方法で共有


PrintSupportSettingsUISession.DocumentTitle プロパティ

定義

印刷するドキュメントのタイトルを取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

印刷するドキュメントのタイトル。

適用対象