共用方式為


PrintCustomTextOptionDetails.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 = printCustomTextOptionDetails.description;
printCustomTextOptionDetails.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 引進)

適用於