共用方式為


PrintCustomItemListOptionDetails.TrySetValue(Object) 方法

定義

設定專案識別碼或自訂專案的顯示名稱的值。

public:
 virtual bool TrySetValue(Platform::Object ^ value) = TrySetValue;
bool TrySetValue(IInspectable const& value);
public bool TrySetValue(object value);
function trySetValue(value)
Public Function TrySetValue (value As Object) As Boolean

參數

value
Object

Platform::Object

IInspectable

專案識別碼或自訂專案的顯示名稱的值。

傳回

Boolean

bool

布林值,表示成功取得或設定的 TRUE,而失敗的 Get 或 Set 則為 FALSE。

實作

M:Windows.Graphics.Printing.OptionDetails.IPrintOptionDetails.TrySetValue(System.Object) M:Windows.Graphics.Printing.OptionDetails.IPrintOptionDetails.TrySetValue(Platform::Object) M:Windows.Graphics.Printing.OptionDetails.IPrintOptionDetails.TrySetValue(IInspectable)

備註

若要設定選項自訂下拉式清單的預設值,請明確設定值。 否則,將會使用新增訂單。

適用於