次の方法で共有


PrintDuplexOptionDetails.Description プロパティ

定義

印刷二重オプションの説明を取得または設定します。

public:
 property Platform::String ^ Description { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Description();

void Description(winrt::hstring value);
public string Description { get; set; }
var string = printDuplexOptionDetails.description;
printDuplexOptionDetails.description = string;
Public Property Description As String

プロパティ値

String

Platform::String

winrt::hstring

説明を含む文字列。

Windows の要件

デバイス ファミリ
Windows 10, version 1803 (10.0.17134.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v6.0 で導入)

適用対象